Nathan Gauër 788b2bde7b
[HLSL][Clang] Support SV_VertexID semantic (#184640)
VertexID semantic only allows uint as type. Looking at DXC, it seems the
uint16 variant is allowed, but that's not documented. Until we figure
out the real behavior, we restrict the type to only uint.
2026-03-12 09:41:16 +01:00
..