25 custom_primitive_bound(in_device,
"Custom Primitive Bound",
MEM_READ_ONLY),
26 triangle_index(in_device,
"HIPRT Triangle Index",
MEM_READ_ONLY),
31 custom_prim_aabb = {0};
36 HIPRTDevice *hiprt_device =
static_cast<HIPRTDevice *
>(device);
37 hiprtContext hiprt_context = hiprt_device->get_hiprt_context();
38 custom_primitive_bound.free();
39 triangle_index.free();
41 hiprtDestroyGeometry(hiprt_context, hiprt_geom);
#define CCL_NAMESPACE_END