ripping up the example

This commit is contained in:
2021-01-03 22:41:33 -08:00
parent 7fc761ef9c
commit 77dcf1faf9
26 changed files with 5013 additions and 1111 deletions

View File

@@ -1,6 +1,6 @@
#version 450
layout(location = 0) in ivec4 a_Pos;
layout(location = 0) in vec4 a_Pos;
layout(set = 0, binding = 0) uniform Globals {
mat4 u_ViewProj;