creating and destroying buffers
This commit is contained in:
7
rendering_api/vulkan/src/buffers/vulkan_buffer.h
Normal file
7
rendering_api/vulkan/src/buffers/vulkan_buffer.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
struct gnPlatformBuffer_t {
|
||||
VkBuffer buffer;
|
||||
VkDeviceMemory bufferMemory;
|
||||
};
|
Reference in New Issue
Block a user