mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 01:21:03 +00:00
git-subtree-dir: deps/glslang-new git-subtree-split: 5fe506a8ba0ce5629004d593da16db7f3f57c58b
9 lines
99 B
GLSL
9 lines
99 B
GLSL
#version 300 es
|
|
|
|
precision highp float;
|
|
|
|
out vec4 color1;
|
|
out vec4 color2;
|
|
|
|
void main() {}
|