39f6cb87f2
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
6 lines
55 B
GLSL
6 lines
55 B
GLSL
#version 450
|
|
|
|
void main() {
|
|
gl_Position = vec4(0);
|
|
}
|