We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1751a9 commit 35c2305Copy full SHA for 35c2305
en/03_Drawing_a_triangle/00_Setup/01_Instance.md
@@ -128,7 +128,7 @@ for(uint32_t i = 0; i < glfwExtensionCount; i++) {
128
requiredExtensions.emplace_back(glfwExtensions[i]);
129
}
130
131
-requiredExtensions.emplace_back(VK_KHR_PORTABILITY_ENUMERATION_EXTENSION_NAME)
+requiredExtensions.emplace_back(VK_KHR_PORTABILITY_ENUMERATION_EXTENSION_NAME);
132
133
createInfo.flags |= VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR;
134
0 commit comments