mirror of
https://github.com/libretro/RetroArch
synced 2025-03-04 07:13:26 +00:00
8 lines
80 B
GLSL
8 lines
80 B
GLSL
|
#version 310 es
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
gl_Position = vec4(1.0);
|
||
|
gl_PointSize = 4.0;
|
||
|
}
|