KhronosGroup/SPIRV-Headers

Add `SPV_NV_bindless_texture` extension

msiglreith opened this issue · 3 comments

The intstructions, capability, etc from the extension are not included in the spirv grammar. Would be nice to have for support in spirv-tools and other libraries.

Specification: https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/NV/SPV_NV_bindless_texture.asciidoc

cc @pmistryNV

The grammar support was added in #248

See KhronosGroup/SPIRV-Tools#4597 for the spirv-tools support, so I think we can probably close this.

Great, thanks!