it works again!!

This commit is contained in:
2021-10-24 19:27:37 +02:00
parent 2834623ba7
commit c8d4da62b6
9 changed files with 14 additions and 22 deletions

View File

@@ -1,10 +1,6 @@
#version 450
#extension GL_ARB_separate_shader_objects : enable
layout(push_constant) uniform PushConstants {
mat4 model;
} push;
layout(binding = 0, set = 0) uniform ObjectUniformData {
mat4 view;
mat4 projection;

Binary file not shown.

View File

@@ -1,10 +1,6 @@
#version 450
#extension GL_ARB_separate_shader_objects : enable
layout(push_constant) uniform PushConstants {
mat4 model;
} push;
layout(binding = 0, set = 0) uniform ObjectUniformData {
mat4 view;
mat4 projection;

Binary file not shown.