microsoft / hlsl-specs

HLSL Specifications
MIT License
116 stars 29 forks source link

[0011] Allows cap and ext attributes on variable declarations #270

Closed s-perron closed 1 month ago

s-perron commented 2 months ago

To be able to add the necessary capabilities and extensions for SpirvTypes, we have to be able to add the capabilities and extension attributes to the variables of that type. This change updates the inline spirv spec to allows those changes.

Fixes #269

s-perron commented 2 months ago

@llvm-beanz Does this change seem reasonable?