8 lines
80 B
GLSL
8 lines
80 B
GLSL
#version 310 es
|
|
|
|
void main()
|
|
{
|
|
gl_Position = vec4(1.0);
|
|
gl_PointSize = 4.0;
|
|
}
|