add queue information to Gryphn

This commit is contained in:
Greg Wells
2025-05-23 11:49:34 -04:00
parent 20c351e5d8
commit e7bbd9f9f2
11 changed files with 100 additions and 141 deletions

View File

@@ -2,9 +2,9 @@
#include <vulkan/vulkan.h>
#include <core/output_device/gryphn_output_device.h>
struct gnPlatformOutputDevice {
typedef struct gnPlatformOutputDevice_t {
VkDevice device;
VkQueue presentQueue;
VkQueue graphicsQueue;
// VkCommandPool commandPool;
};
} gnPlatformOutputDevice;