Select stuff (hit detection is still off)

This commit is contained in:
2021-03-19 02:43:28 +01:00
parent 02f39453ac
commit ff80f7b9aa
8 changed files with 43 additions and 14 deletions

View File

@@ -3,6 +3,7 @@
layout(push_constant) uniform PushConstants {
mat4 model;
bool is_selected;
} push;
layout(binding = 0) uniform ObjectUniformData {