Searched defs:texture_object (Results 1 – 2 of 2) sorted by relevance
104 struct texture_object { struct105 VkSampler sampler;107 VkImage image;108 VkImageLayout imageLayout;110 VkDeviceMemory mem;111 VkImageView view;112 int32_t tex_width, tex_height;
106 struct texture_object { struct107 VkSampler sampler;109 VkImage image;110 VkImageLayout imageLayout;112 VkMemoryAllocateInfo mem_alloc;113 VkDeviceMemory mem;114 VkImageView view;115 int32_t tex_width, tex_height;