diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-27 12:51:41 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-27 12:51:41 -0400 |
| commit | b14582679d0a113cb8571a7e6764436391d6af48 (patch) | |
| tree | c3cafdba13af3c29fb135643b48163894cc3ba82 /src/entities.hpp | |
| parent | b11ef72f36fa933dd34eb43f53dc15d68ac85ff1 (diff) | |
checkpoint - EntityType descriptor pool and descriptor sets
Diffstat (limited to 'src/entities.hpp')
| -rw-r--r-- | src/entities.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities.hpp b/src/entities.hpp index c09e8f5..a83e0d5 100644 --- a/src/entities.hpp +++ b/src/entities.hpp @@ -21,6 +21,7 @@ struct EntityType { VkDeviceMemory deviceMemoryTexture = VK_NULL_HANDLE; VkImage textureImage = VK_NULL_HANDLE; VkImageView textureImageView = VK_NULL_HANDLE; + VkDescriptorPool vkDescriptorPool = VK_NULL_HANDLE; uint32_t startingInstanceCount = 1024; struct Importer_GLTF { int16_t AccessorIndexVertex = -1; |
