mirror of
https://github.com/bloeys/nmage.git
synced 2025-12-29 13:28:20 +00:00
Shader handling
This commit is contained in:
5
res/shaders/simple.frag.glsl
Executable file
5
res/shaders/simple.frag.glsl
Executable file
@ -0,0 +1,5 @@
|
||||
#version 400
|
||||
|
||||
void main() {
|
||||
|
||||
}
|
||||
5
res/shaders/simple.vert.glsl
Executable file
5
res/shaders/simple.vert.glsl
Executable file
@ -0,0 +1,5 @@
|
||||
#version 400
|
||||
|
||||
void main() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user