bindGLFW_Vulkan

Undocumented in source.
version(BindGLFW_Static)
static if(glfwSupport >= GLFWSupport.glfw32)
enum bindGLFW_Vulkan = q{ extern(C) @nogc nothrow { const(char)** glfwGetRequiredInstanceExtensions(uint* count); GLFWvkproc glfwGetInstanceProcAddress(VkInstance instance, const(char)* procname); int glfwGetPhysicalDevicePresentationSupport(VkInstance instance, VkPhysicalDevice device, uint queuefamily); VkResult glfwCreateWindowSurface(VkInstance instance, GLFWwindow* window, const(VkAllocationCallbacks)* allocator, VkSurfaceKHR* surface); } };

Meta