Update vulkan_output_devices.h
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <vulkan/vulkan.h>
|
#include <vulkan/vulkan.h>
|
||||||
#include <output_device/gryphn_output_device.h>
|
#include <output_device/gryphn_output_device.h>
|
||||||
|
#include "buffers/vulkan_buffer.h"
|
||||||
|
|
||||||
typedef struct gnPlatformOutputDevice_t {
|
typedef struct gnPlatformOutputDevice_t {
|
||||||
VkDevice device;
|
VkDevice device;
|
||||||
@@ -10,6 +11,8 @@ typedef struct gnPlatformOutputDevice_t {
|
|||||||
VkQueue transferQueue;
|
VkQueue transferQueue;
|
||||||
VkCommandPool transferCommandPool;
|
VkCommandPool transferCommandPool;
|
||||||
|
|
||||||
|
VkGryphnBuffer stagingBuffer;
|
||||||
|
|
||||||
gnBool enabledOversizedDescriptorPools;
|
gnBool enabledOversizedDescriptorPools;
|
||||||
} gnPlatformOutputDevice;
|
} gnPlatformOutputDevice;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user