add queue information to Gryphn
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user