Struct atlas::vk::vk_image
ClassList > atlas > vk > vk_image
vulkan image handler with resources; used when handling textures
#include <vk_types.hpp>
Public Attributes
Type | Name |
---|---|
VkDeviceMemory | device_memory = nullptr |
VkImage | image = nullptr |
VkImageView | image_view = nullptr |
VkSampler | sampler = nullptr |
Public Attributes Documentation
variable device_memory
VkDeviceMemory atlas::vk::vk_image::device_memory;
variable image
VkImage atlas::vk::vk_image::image;
variable image_view
VkImageView atlas::vk::vk_image::image_view;
variable sampler
VkSampler atlas::vk::vk_image::sampler;
The documentation for this class was generated from the following file TheAtlasEngine/atlas/drivers/vulkan-cpp/vk_types.hpp