1/*! 2Module for code shared between ray queries and ray tracing pipeline code. 3Ray tracing pipelines are not yet implemented, so this is empty. 4*/ 5 6pub mod query;