mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
9 lines
80 B
GLSL
9 lines
80 B
GLSL
|
#version 310 es
|
||
|
precision mediump float;
|
||
|
precision highp int;
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
}
|
||
|
|