parent
a67d0706da
commit
788fbeb36f
@ -1,5 +1,5 @@
|
|||||||
struct S {
|
struct S {
|
||||||
[[vk::builtin("PointSize")]] float ps;
|
[[vk::builtin("PointSize")]] float ps : PSIZE;
|
||||||
};
|
};
|
||||||
|
|
||||||
[maxvertexcount(4)]
|
[maxvertexcount(4)]
|
||||||
|
@ -5856,6 +5856,7 @@ void HlslParseContext::handleSemantic(TSourceLoc loc, TQualifier& qualifier, TBu
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (qualifier.builtIn == EbvNone)
|
||||||
qualifier.builtIn = builtIn;
|
qualifier.builtIn = builtIn;
|
||||||
qualifier.semanticName = intermediate.addSemanticName(upperCase);
|
qualifier.semanticName = intermediate.addSemanticName(upperCase);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user