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

8 lines
135 B
GLSL

#version 450
layout(location=0, component=0) flat in uint u;
layout(location=0, component=1) flat in int i;
void main() {
}