mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-09 12:00:05 +00:00
parent
a67d0706da
commit
788fbeb36f
@ -1,5 +1,5 @@
|
||||
struct S {
|
||||
[[vk::builtin("PointSize")]] float ps;
|
||||
[[vk::builtin("PointSize")]] float ps : PSIZE;
|
||||
};
|
||||
|
||||
[maxvertexcount(4)]
|
||||
|
@ -5856,7 +5856,8 @@ void HlslParseContext::handleSemantic(TSourceLoc loc, TQualifier& qualifier, TBu
|
||||
break;
|
||||
}
|
||||
|
||||
qualifier.builtIn = builtIn;
|
||||
if (qualifier.builtIn == EbvNone)
|
||||
qualifier.builtIn = builtIn;
|
||||
qualifier.semanticName = intermediate.addSemanticName(upperCase);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user