xkslang/Test/300link.frag

9 строки
99 B
GLSL

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