9# ifdef WITH_HIP_DYNLOAD
20 explicit HIPDeviceGraphicsInterop(HIPDeviceQueue *queue);
22 HIPDeviceGraphicsInterop(
const HIPDeviceGraphicsInterop &other) =
delete;
23 HIPDeviceGraphicsInterop(HIPDeviceGraphicsInterop &&other)
noexcept =
delete;
25 ~HIPDeviceGraphicsInterop();
27 HIPDeviceGraphicsInterop &
operator=(
const HIPDeviceGraphicsInterop &other) =
delete;
28 HIPDeviceGraphicsInterop &
operator=(HIPDeviceGraphicsInterop &&other) =
delete;
33 virtual void unmap()
override;
36 HIPDeviceQueue *queue_ =
nullptr;
37 HIPDevice *device_ =
nullptr;
45 bool need_clear_ =
false;
47 hipGraphicsResource hip_graphics_resource_ =
nullptr;
btGeneric6DofConstraint & operator=(btGeneric6DofConstraint &other)
#define CCL_NAMESPACE_END