Home
last modified time | relevance | path

Searched defs:texture_object (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/demos/
Dtri.c104 struct texture_object { struct
105 VkSampler sampler;
107 VkImage image;
108 VkImageLayout imageLayout;
110 VkDeviceMemory mem;
111 VkImageView view;
112 int32_t tex_width, tex_height;
Dcube.c106 struct texture_object { struct
107 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;