HLSL: Fix #1154: Support PointSize, as an attribute.

This commit is contained in:
John Kessenich
2017-12-06 07:33:36 -07:00
parent b0159f8565
commit cc951f8183
9 changed files with 255 additions and 5 deletions

4
Test/hlsl.PointSize.vert Normal file
View File

@@ -0,0 +1,4 @@
[[vk::builtin("PointSize")]] float main()
{
return 2.3;
}