You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If VkSampleLocationsInfoEXT::sampleLocationsPerPixel is 0, the validation layers message will say Unhandled VkSampleCountFlagBits
Full message is:
vkCmdSetSampleLocationsEXT(): pSampleLocationsInfo->sampleLocationsPerPixel is Unhandled VkSampleCountFlagBits, but VkPhysicalDeviceSampleLocationsPropertiesEXT::sampleLocationSampleCounts is VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_2_BIT|VK_SAMPLE_COUNT_4_BIT|VK_SAMPLE_COUNT_8_BIT|VK_SAMPLE_COUNT_16_BIT.
The text was updated successfully, but these errors were encountered:
so this is something we need to fix in VUL then, vk_enum_string_helper.h has string_VkSampleCountFlagBits which is printing Unhandled VkSampleCountFlagBits and would need to where we would print the value when using an Unhandled value
If
VkSampleLocationsInfoEXT::sampleLocationsPerPixel
is 0, the validation layers message will sayUnhandled VkSampleCountFlagBits
Full message is:
The text was updated successfully, but these errors were encountered: