Shader handling

This commit is contained in:
bloeys
2021-10-09 08:19:53 +04:00
parent e4f79a2a53
commit 9f4c34bcbb
6 changed files with 225 additions and 16 deletions

5
res/shaders/simple.frag.glsl Executable file
View File

@ -0,0 +1,5 @@
#version 400
void main() {
}