Cogs.Core
|
Public Attributes | |
TextureFormat | format |
VkFormat | vkFormat |
uint32_t | samples |
uint32_t | width |
uint32_t | height |
uint32_t | mipLevels |
bool | external = false |
bool | isDepth = false |
VkImage | image |
VkDeviceMemory | deviceMemory |
VkImageView | imageView |
VkDescriptorImageInfo | imageInfo |
VkImageLayout | layout |
Definition at line 14 of file TexturesVK.h.
VkDeviceMemory Cogs::TextureVK::deviceMemory |
Definition at line 27 of file TexturesVK.h.
bool Cogs::TextureVK::external = false |
Definition at line 23 of file TexturesVK.h.
TextureFormat Cogs::TextureVK::format |
Definition at line 16 of file TexturesVK.h.
uint32_t Cogs::TextureVK::height |
Definition at line 20 of file TexturesVK.h.
VkImage Cogs::TextureVK::image |
Definition at line 26 of file TexturesVK.h.
VkDescriptorImageInfo Cogs::TextureVK::imageInfo |
Definition at line 30 of file TexturesVK.h.
VkImageView Cogs::TextureVK::imageView |
Definition at line 28 of file TexturesVK.h.
bool Cogs::TextureVK::isDepth = false |
Definition at line 24 of file TexturesVK.h.
VkImageLayout Cogs::TextureVK::layout |
Definition at line 32 of file TexturesVK.h.
uint32_t Cogs::TextureVK::mipLevels |
Definition at line 21 of file TexturesVK.h.
uint32_t Cogs::TextureVK::samples |
Definition at line 18 of file TexturesVK.h.
VkFormat Cogs::TextureVK::vkFormat |
Definition at line 17 of file TexturesVK.h.
uint32_t Cogs::TextureVK::width |
Definition at line 19 of file TexturesVK.h.