Searched defs:texture_object (Results 1 – 2 of 2) sorted by relevance
70 struct texture_object { struct71 vk::Sampler sampler;73 vk::Image image;74 vk::ImageLayout imageLayout;76 vk::MemoryAllocateInfo mem_alloc;77 vk::DeviceMemory mem;78 vk::ImageView view;80 int32_t tex_width;81 int32_t tex_height;
125 struct texture_object { struct126 VkSampler sampler;128 VkImage image;129 VkImageLayout imageLayout;131 VkMemoryAllocateInfo mem_alloc;132 VkDeviceMemory mem;133 VkImageView view;134 int32_t tex_width, tex_height;