gboisse / gfx

A minimalist and easy to use graphics API.
MIT License
502 stars 36 forks source link

Enable HLSL 2021 feature support. #42

Closed maoliver-amd closed 2 years ago

maoliver-amd commented 2 years ago

This enables templates and operator overloading support in hlsl.

It does requires converting uses of ?: to the new select function but ive done that in all relevant locations.