mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2024-12-23 01:59:39 +08:00
6 lines
59 B
V Shell
6 lines
59 B
V Shell
|
#version 120
|
||
|
|
||
|
void main() {
|
||
|
gl_Position = ftransform();
|
||
|
}
|