compiling state

This commit is contained in:
2021-03-09 23:07:07 -08:00
parent 7fb89e7d6e
commit bd2e2557b8
3 changed files with 99 additions and 37 deletions

View File

@@ -6,10 +6,6 @@ layout(set = 0, binding = 0) uniform Globals {
mat4 u_ViewProj;
};
layout(set = 0, binding = 1) uniform Globals {
mat4 u_ViewProj;
};
layout(set = 1, binding = 0) uniform Entity {
mat4 u_World;
vec4 u_Color;