From 99de1a6203f676955f80de8c93c0f56c91d4ca96 Mon Sep 17 00:00:00 2001 From: Lujin Wang <143145775+lujinwangnv@users.noreply.github.com> Date: Fri, 26 Sep 2025 16:07:13 -0700 Subject: Add SPV_NV_bindless_texture support (#8534) Treat DescriptorHandle as uint64_t instead of uint2. Implement target-specific SPIR-V emission with the bindless texture support. For OpImageTexelPointer, Image must have a type of OpTypePointer with Type OpTypeImage. Fix the issue by using [constref] in __subscript. Add a test coverage for various texture/sampler handle types. --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> --- docs/command-line-slangc-reference.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/command-line-slangc-reference.md') diff --git a/docs/command-line-slangc-reference.md b/docs/command-line-slangc-reference.md index 3e250df88..9c828462c 100644 --- a/docs/command-line-slangc-reference.md +++ b/docs/command-line-slangc-reference.md @@ -1207,6 +1207,7 @@ A capability describes an optional feature that a target may or may not support. * `SPV_KHR_cooperative_matrix` : enables the SPV_KHR_cooperative_matrix extension * `SPV_NV_tensor_addressing` : enables the SPV_NV_tensor_addressing extension * `SPV_NV_cooperative_matrix2` : enables the SPV_NV_cooperative_matrix2 extension +* `SPV_NV_bindless_texture` : enables the SPV_NV_bindless_texture extension * `spvDeviceGroup` * `spvAtomicFloat32AddEXT` * `spvAtomicFloat16AddEXT` @@ -1259,6 +1260,7 @@ A capability describes an optional feature that a target may or may not support. * `spvQuadControlKHR` * `spvVulkanMemoryModelKHR` * `spvVulkanMemoryModelDeviceScopeKHR` +* `spvBindlessTextureNV` * `metallib_latest` * `dxil_lib` * `any_target` -- cgit v1.2.3