1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-31 01:21:03 +00:00
twinaphex db3f820301 Squashed 'deps/glslang-new/' content from commit 5fe506a8ba
git-subtree-dir: deps/glslang-new
git-subtree-split: 5fe506a8ba0ce5629004d593da16db7f3f57c58b
2018-06-20 10:07:00 +02:00

9 lines
99 B
GLSL

#version 300 es
precision highp float;
out vec4 color1;
out vec4 color2;
void main() {}