mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 00:37:35 +08:00
INTERNAL REWORK. testers are needed.
This commit is contained in:
5
shaders/world0/gbuffers_skybasic.vsh
Normal file
5
shaders/world0/gbuffers_skybasic.vsh
Normal file
@ -0,0 +1,5 @@
|
||||
#version 120
|
||||
|
||||
void main() {
|
||||
gl_Position = ftransform();
|
||||
}
|
Reference in New Issue
Block a user