Struct atlas::vk::vk_buffer
ClassList > atlas > vk > vk_buffer
vulkan buffer struct to define the handlers and memory specifications required for buffer handlers in vulkan
#include <vk_types.hpp>
Public Attributes
Type | Name |
---|---|
uint32_t | allocation_size = 0 |
VkDeviceMemory | device_memory = nullptr |
VkBuffer | handler = nullptr |
Public Attributes Documentation
variable allocation_size
uint32_t atlas::vk::vk_buffer::allocation_size;
variable device_memory
VkDeviceMemory atlas::vk::vk_buffer::device_memory;
variable handler
VkBuffer atlas::vk::vk_buffer::handler;
The documentation for this class was generated from the following file TheAtlasEngine/atlas/drivers/vulkan-cpp/vk_types.hpp