master
Camilla Berglund ago%!(EXTRA string=9 years)
parent 614debd13f
commit 04d05fbdc2
  1. 2
      src/vulkan.c

@ -269,8 +269,8 @@ GLFWAPI VkResult glfwCreateWindowSurface(VkInstance instance,
{
_GLFWwindow* window = (_GLFWwindow*) handle;
assert(window != NULL);
assert(surface != NULL);
*surface = VK_NULL_HANDLE;
_GLFW_REQUIRE_INIT_OR_RETURN(VK_ERROR_INITIALIZATION_FAILED);

Loading…
Cancel
Save