- _glfwGetVulkanResultString
const(char)* _glfwGetVulkanResultString(VkResult result)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwInitVulkan
GLFWbool _glfwInitVulkan(int mode)
///////////////////////////////////////////////////////////////////////
/// GLFW internal API //////
///////////////////////////////////////////////////////////////////////
- _glfwTerminateVulkan
void _glfwTerminateVulkan()
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwCreateWindowSurface
VkResult glfwCreateWindowSurface(VkInstance instance, GLFWwindow* handle, const(VkAllocationCallbacks)* allocator, VkSurfaceKHR* surface)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetInstanceProcAddress
GLFWvkproc glfwGetInstanceProcAddress(VkInstance instance, const(char)* procname)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetPhysicalDevicePresentationSupport
int glfwGetPhysicalDevicePresentationSupport(VkInstance instance, VkPhysicalDevice device, uint queuefamily)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetRequiredInstanceExtensions
const(char)** glfwGetRequiredInstanceExtensions(uint* count)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwVulkanSupported
int glfwVulkanSupported()
///////////////////////////////////////////////////////////////////////
/// GLFW public API //////
///////////////////////////////////////////////////////////////////////
Translated from C to D