Lines Matching defs:ImageSupportInfo
181 struct ImageSupportInfo { struct
183 VkFormat format;
184 VkImageType type;
185 VkImageTiling tiling;
186 VkImageUsageFlags usageFlags;
187 VkImageCreateFlags createFlags;
190 bool supported = false;
191 bool supportsExternalMemory = false;
192 bool requiresDedicatedAllocation = false;
195 VkFormatProperties2 formatProps2;
196 VkImageFormatProperties2 imageFormatProps2;
197 VkExternalImageFormatProperties extFormatProps;
200 uint32_t memoryTypeBits = 0;
201 bool memoryTypeBitsKnown = false;