microsoft / hlsl-specs

HLSL Specifications
MIT License
123 stars 33 forks source link

[Wave Size Range] Allow compile-time constant parameters #163

Closed pow2clk closed 9 months ago

pow2clk commented 9 months ago

Replaces all mention of literal values with "compile-time constant" values per our decision to expand the allowed values. Note that DXC currently doesn't allow many expected compile-time values to work here, but that's a sparate bug.

Additionally corrected references to "power-of-two" as an adjective to use hyphens.

Fixes #161