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
It's unclear from the spec if querying VK_QUERY_PIPELINE_STATISTIC_GEOMETRY_SHADER_* or VK_QUERY_PIPELINE_STATISTIC_TESSELLATION_* bits in a pipeline query is illegal when VkPhysicalDeviceFeatures.geometryShader or VkPhysicalDeviceFeatures.tessellationShader respectively are disabled.
If it's legal, I think it would still be beneficial to see a warning from validation layers. If it's illegal it should be reported as an error.
The text was updated successfully, but these errors were encountered:
It's unclear from the spec if querying VK_QUERY_PIPELINE_STATISTIC_GEOMETRY_SHADER_* or VK_QUERY_PIPELINE_STATISTIC_TESSELLATION_* bits in a pipeline query is illegal when VkPhysicalDeviceFeatures.geometryShader or VkPhysicalDeviceFeatures.tessellationShader respectively are disabled.
If it's legal, I think it would still be beneficial to see a warning from validation layers. If it's illegal it should be reported as an error.
The text was updated successfully, but these errors were encountered: