glslang/Test/hlsl.PointSize.vert
2017-12-06 07:33:36 -07:00

4 lines
65 B
GLSL

[[vk::builtin("PointSize")]] float main()
{
return 2.3;
}