Sean Stirling
Sean Stirling
Mipmap interop: - Remove "interop" image type as it is redundant for image creation - Add a vulkan mipmap interop test Slight redesign: - Simplify external resources Modify the bindless...
Add HintT template parameter to the fetch_cubemap and sample_cubemap funcs in the bindless spec. Add HintT template parameter and doxygen to the fetch_cubemap and sample_cubemap implementation. Modify existing cubemap_sampled.cpp test...
Introduce initial_threshold, maximum_size, read_only, and zero_init runtime properties conforming to the SYCL properties extension, and apply these properties to the creation of memory pools. This PR is a draft until...