HLSL: Add min*{float,int,uint} types
These HLSL types are guaranteed to have at least the given number of bits, but may have more.
min{16,10}float is mapped to EbtFloat at medium precision -> SPIRV RelaxedPrecision
min{16,12}int and min16uint are mapped to mediump -> SPIR-V RelaxedPrecision
Showing
Test/baseResults/hlsl.mintypes.frag.out
0 → 100644
This diff is collapsed.
Click to expand it.
Test/hlsl.mintypes.frag
0 → 100644
Please
register
or
sign in
to comment