Closed maoliver-amd closed 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.
?:
select
This enables templates and operator overloading support in hlsl.
It does requires converting uses of
?:
to the newselect
function but ive done that in all relevant locations.