1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-22 18:28:52 -05:00
This commit is contained in:
Camilla Berglund 2016-02-29 13:19:27 +01:00
parent b2d2e30ac8
commit da44625970

View File

@ -806,9 +806,7 @@ int main(int argc, char** argv)
putchar('\n');
if (list_extensions)
{
list_vulkan_instance_extensions();
}
if (list_layers)
list_vulkan_instance_layers();