David Gonzalez Martin be2de1d672 Render a texture
2024-11-10 08:48:46 -06:00

8 lines
81 B
GLSL

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