Searched refs:formatProperty (Results 1 – 1 of 1) sorted by relevance
763 VkFormatProperties formatProperty; in createImage2DAndBindMemory() local764 …erface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), format, &formatProperty); in createImage2DAndBindMemory()765 …if((usage & VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT) && !(formatProperty.optimalTilingFeatures & VK_FO… in createImage2DAndBindMemory()770 …if((usage & VK_IMAGE_USAGE_STORAGE_BIT) && !(formatProperty.optimalTilingFeatures & VK_FORMAT_FEAT… in createImage2DAndBindMemory()