Public Attributes | |
VkImage | image |
VkImageLayout | imageLayout |
VkDeviceMemory | mem |
VkSampler | sampler |
int32_t | tex_height |
int32_t | tex_width |
VkImageView | view |
Definition at line 234 of file tests/vulkan.c.
VkImage texture_object::image |
Definition at line 237 of file tests/vulkan.c.
VkImageLayout texture_object::imageLayout |
Definition at line 238 of file tests/vulkan.c.
VkDeviceMemory texture_object::mem |
Definition at line 240 of file tests/vulkan.c.
VkSampler texture_object::sampler |
Definition at line 235 of file tests/vulkan.c.
int32_t texture_object::tex_height |
Definition at line 242 of file tests/vulkan.c.
int32_t texture_object::tex_width |
Definition at line 242 of file tests/vulkan.c.
VkImageView texture_object::view |
Definition at line 241 of file tests/vulkan.c.