diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-01 14:07:36 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-06 17:24:27 -0400 |
| commit | 08ff9cd0e2b754caf60aaceedf670b9e6b61d664 (patch) | |
| tree | f326d228839528cb3c61197073960af3f3c51bed /src/components.hpp | |
| parent | b9f90793c8c0468d5f35d7af976a6e3bcd206aad (diff) | |
bucket cleanup
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; |
