mirror of
https://github.com/RPCS3/glslang.git
synced 2024-12-18 16:58:21 +00:00
4 lines
65 B
GLSL
4 lines
65 B
GLSL
|
[[vk::builtin("PointSize")]] float main()
|
||
|
{
|
||
|
return 2.3;
|
||
|
}
|