|
@@ -832,7 +832,7 @@ class HlslOut {
|
|
if( sv == null ) continue;
|
|
if( sv == null ) continue;
|
|
add("\t");
|
|
add("\t");
|
|
switch( g ) {
|
|
switch( g ) {
|
|
- case InstanceID:
|
|
|
|
|
|
+ case InstanceID, VertexID:
|
|
add("uint");
|
|
add("uint");
|
|
default:
|
|
default:
|
|
addType(foundGlobals.get(g));
|
|
addType(foundGlobals.get(g));
|