oidn-rs icon indicating copy to clipboard operation
oidn-rs copied to clipboard

Expose the concept of buffers

Open Vecvec opened this issue 8 months ago • 2 comments

This PR creates a new file that contains a wrapper around the oidn buffer adding as_raw and from_raw functions for both the device and the buffer so that users can specially create these for compatibility with the user's chosen API (e.g vulkan, dx12, metal ect...) .

This PR is only partially tested, I will continue testing but I wanted to show the concept.

Vecvec avatar Jun 25 '24 06:06 Vecvec