device wide staging buffer

This commit is contained in:
Gregory Wells
2025-07-09 16:21:00 -04:00
parent f6f856c1ec
commit 6ecaad4d7a
4 changed files with 44 additions and 44 deletions

View File

@@ -12,6 +12,7 @@ typedef struct gnPlatformOutputDevice_t {
VkCommandPool transferCommandPool;
VkGryphnBuffer stagingBuffer;
VkDeviceSize stagingBufferSize;
gnBool enabledOversizedDescriptorPools;
} gnPlatformOutputDevice;