Handbook
Glossary
glfwCreateWindowSurface ( instance window allocator surface -- Result )
Vocabulary
glfw
.
vulkan-interop
Inputs
instance
an
object
window
an
object
allocator
an
object
surface
an
object
Outputs
Result
an
object
Definition
USING:
alien.syntax
glfw.ffi
vulkan
;
IN:
glfw.vulkan-interop
LIBRARY:
glfw
FUNCTION:
Result
glfwCreateWindowSurface
(
Instance
instance, GLFWwindow* window,
AllocationCallbacks* allocator,
SurfaceKHR
surface )