finish moving present queue index to presentation queue

This commit is contained in:
Gregory Wells
2025-08-12 17:53:56 -04:00
parent 9b0a90f8fc
commit 3c8205c20f
2 changed files with 14 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
typedef struct gnPlatformWindowSurface_t {
VkSurfaceKHR surface;
uint32_t presentQueueIndex;
// uint32_t presentQueueIndex;
} gnPlatformWindowSurface;
VkFormat vkGryphnFormatToVulkanFormat(gnImageFormat format);