diff options
Diffstat (limited to 'src/components.hpp')
| -rw-r--r-- | src/components.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components.hpp b/src/components.hpp index 4c40927..f0a46a9 100644 --- a/src/components.hpp +++ b/src/components.hpp @@ -16,9 +16,7 @@ struct Entity { GrBindsHandle grBindsHandle = GrBindsHandle{GrBindsHandle_T{ECS_UNSET_VAL}}; }; -struct CompGrBinds { - EntityHandle entityHandle = EntityHandle{EntityHandle_T{ECS_UNSET_VAL}}; - GrBindsHandle grBindsHandle = GrBindsHandle{GrBindsHandle_T{ECS_UNSET_VAL}}; +struct GrBindsComp { VkBuffer vertexBuffer = VK_NULL_HANDLE; uint32_t vertexFirstBinding = 0; uint32_t vertexCount = 0; |
