Updated test scene and testing shader compilation

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2021-06-08 09:53:35 +02:00
parent d380e23675
commit 39f6cb87f2
9 changed files with 86 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
#version 450
void main() {
gl_Position = vec4(0);
}