HLSL: Make attributes for built-in override semantics.

Fixes #1188.
This commit is contained in:
John Kessenich
2017-12-15 08:15:26 -07:00
parent a67d0706da
commit 788fbeb36f
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
struct S {
[[vk::builtin("PointSize")]] float ps;
[[vk::builtin("PointSize")]] float ps : PSIZE;
};
[maxvertexcount(4)]