summaryrefslogtreecommitdiffstats
path: root/docs/command-line-slangc-reference.md
diff options
context:
space:
mode:
authorLujin Wang <143145775+lujinwangnv@users.noreply.github.com>2025-09-26 16:07:13 -0700
committerGitHub <noreply@github.com>2025-09-26 23:07:13 +0000
commit99de1a6203f676955f80de8c93c0f56c91d4ca96 (patch)
tree2db039fb597a55cf455747eda31d35f578ceda0c /docs/command-line-slangc-reference.md
parente9f74ebfa83cd6aca39d7e3da2801cd47935bd1a (diff)
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>
Diffstat (limited to 'docs/command-line-slangc-reference.md')
-rw-r--r--docs/command-line-slangc-reference.md2
1 files changed, 2 insertions, 0 deletions
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`