Closed simplerr closed 3 years ago
// Check if the device supports blitting to linear images vkGetPhysicalDeviceFormatProperties(device->GetPhysicalDevice(), dstImage.GetFormat(), &formatProps); if (!(formatProps.linearTilingFeatures & VK_FORMAT_FEATURE_BLIT_DST_BIT)) { assert(0); }
Asserts on RTX 3070.
Done
// Check if the device supports blitting to linear images vkGetPhysicalDeviceFormatProperties(device->GetPhysicalDevice(), dstImage.GetFormat(), &formatProps); if (!(formatProps.linearTilingFeatures & VK_FORMAT_FEATURE_BLIT_DST_BIT)) { assert(0); }
Asserts on RTX 3070.