Open manhnt9 opened 6 years ago
I only see Create functions of this class. How can I destroy a CLWBuffer?
It would seem normal call to DeleteBuffer will work
https://github.com/GPUOpen-LibrariesAndSDKs/RadeonRays_SDK/blob/3de8f3f81f174194039f70d69fdf40afbc86828a/UnitTest/radeon_rays_test_cl.h#L191
So I have to create a RadeonRays::Buffer from CLWBuffer to delete it with that API then :smile:
I only see Create functions of this class. How can I destroy a CLWBuffer?