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 (!enableExtensionIfAvailable(VK_EXT_GRAPHICS_PIPELINE_LIBRARY_EXTENSION_NAME, &graphicsPipelineLibraryFeatures)) {
1623
1623
returnnullptr;
1624
1624
}
1625
+
// It's okay to assert because Vulkan impl isn't allowed to return that an extension is present/supported while the requirement prerequisite dependant is not
0 commit comments