mod buffer_arguments;
mod descriptor;
mod intersection_function_table;
mod signature;
pub use buffer_arguments::MTLIntersectionFunctionBufferArguments;
pub use descriptor::MTLIntersectionFunctionTableDescriptor;
pub use intersection_function_table::{MTLIntersectionFunctionTable, MTLIntersectionFunctionTableExt};
pub use signature::MTLIntersectionFunctionSignature;