mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
6 lines
64 B
GLSL
6 lines
64 B
GLSL
#version 450 core
|
|
|
|
void main() {
|
|
gl_Position = vec4(1.0);
|
|
}
|