llvm
llvm copied to clipboard
[Bindless][SYCL][Doc] Add HintT tparam to cubemap fetch and sample
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 to test the sampling with a user-defined type.