Lines Matching defs:formatProps
62 VkFormatProperties formatProps;64 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);66 return (formatProps.optimalTilingFeatures & VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT) &&67 (formatProps.optimalTilingFeatures & VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT);