microsoft / hlsl-specs

HLSL Specifications
MIT License
123 stars 33 forks source link

[0011] Fix invalid example code #166

Closed cassiebeckley closed 9 months ago

cassiebeckley commented 9 months ago

Fix a couple of the examples – global constants must be static, attr lists should go before the function declaration, not the template declaration.

@s-perron