9# ifdef WITH_CUDA_DYNLOAD
22 explicit CUDADeviceGraphicsInterop(CUDADeviceQueue *queue);
24 CUDADeviceGraphicsInterop(
const CUDADeviceGraphicsInterop &other) =
delete;
25 CUDADeviceGraphicsInterop(CUDADeviceGraphicsInterop &&other)
noexcept =
delete;
27 ~CUDADeviceGraphicsInterop();
29 CUDADeviceGraphicsInterop &
operator=(
const CUDADeviceGraphicsInterop &other) =
delete;
30 CUDADeviceGraphicsInterop &
operator=(CUDADeviceGraphicsInterop &&other) =
delete;
35 virtual void unmap()
override;
38 CUDADeviceQueue *queue_ =
nullptr;
39 CUDADevice *device_ =
nullptr;
47 bool need_clear_ =
false;
49 CUgraphicsResource cu_graphics_resource_ =
nullptr;
btGeneric6DofConstraint & operator=(btGeneric6DofConstraint &other)
#define CCL_NAMESPACE_END