glslang/Test/hlsl.PointSize.vert

4 lines
65 B
GLSL
Raw Permalink Normal View History

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