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 190f081 commit 197f18cCopy full SHA for 197f18c
base/glfw/glfw.cpp
@@ -29,7 +29,7 @@ vk::SurfaceKHR Window::createWindowSurface(GLFWwindow* window, const vk::Instanc
29
VkSurfaceKHR rawSurface;
30
vk::Result result =
31
static_cast<vk::Result>(glfwCreateWindowSurface((VkInstance)instance, window, reinterpret_cast<const VkAllocationCallbacks*>(pAllocator), &rawSurface));
32
- return vk::createResultValue(result, rawSurface, "vk::CommandBuffer::begin");
+ return vk::createResultValueType(result, rawSurface);
33
}
34
#endif
35
0 commit comments