22 custom_primitive_bound(in_device,
"Custom Primitive Bound",
MEM_READ_ONLY),
23 triangle_index(in_device,
"HIPRT Triangle Index",
MEM_READ_ONLY),
27 triangle_mesh = {
nullptr};
28 custom_prim_aabb = {
nullptr};
33 custom_primitive_bound.free();
34 triangle_index.free();
36 device->release_bvh(
this);
#define CCL_NAMESPACE_END