Lines Matching defs:ImageSupportInfo
149 struct ImageSupportInfo { struct
151 VkFormat format;
152 VkImageType type;
153 VkImageTiling tiling;
154 VkImageUsageFlags usageFlags;
155 VkImageCreateFlags createFlags;
158 bool supported = false;
159 bool supportsExternalMemory = false;
160 bool requiresDedicatedAllocation = false;
163 VkFormatProperties2 formatProps2;
164 VkImageFormatProperties2 imageFormatProps2;
165 VkExternalImageFormatProperties extFormatProps;
168 uint32_t memoryTypeBits = 0;
169 bool memoryTypeBitsKnown = false;