GLFWvkproc

Vulkan API function pointer type.

Generic function pointer used for returning Vulkan API function pointers without forcing a cast from a regular pointer.

@sa @ref vulkan_proc @sa @ref glfwGetInstanceProcAddress

extern (C) @nogc nothrow __gshared
alias GLFWvkproc = void function()

Meta

Since

Added in version 3.2.

Ingroup: vulkan