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