HLSL: Fix #1154: Support PointSize, as an attribute.
This commit is contained in:
4
Test/hlsl.PointSize.vert
Normal file
4
Test/hlsl.PointSize.vert
Normal file
@@ -0,0 +1,4 @@
|
||||
[[vk::builtin("PointSize")]] float main()
|
||||
{
|
||||
return 2.3;
|
||||
}
|
||||
Reference in New Issue
Block a user