llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL][Bindless] Default ctr for image_descriptor

Open ProGTX opened this issue 1 year ago • 0 comments

  1. Add default constructor for image_descriptor on the spec side. The implementation already had it, but it was not initializing values, this has been fixed.
  2. Rename image_mem_handle::handle_type to image_mem_handle::raw_handle_type to follow the Bindless Images spec.

Added basic tests for both.

ProGTX avatar May 14 '24 14:05 ProGTX