Files
wgpu/test-data/simple.vert
2020-08-05 09:45:42 -04:00

6 lines
64 B
GLSL

#version 450 core
void main() {
gl_Position = vec4(1.0);
}