vulkan

Translated from C to D

Members

Static functions

_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 ////// ///////////////////////////////////////////////////////////////////////

Static variables

_GLFW_FIND_LOADER
enum _GLFW_FIND_LOADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_REQUIRE_LOADER
enum _GLFW_REQUIRE_LOADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta