Go to the source code of this file.
Macros | |
#define | _GLFW_FIND_LOADER 1 |
#define | _GLFW_REQUIRE_LOADER 2 |
Functions | |
const char * | _glfwGetVulkanResultString (VkResult result) |
GLFWbool | _glfwInitVulkan (int mode) |
void | _glfwTerminateVulkan (void) |
GLFWAPI VkResult | glfwCreateWindowSurface (VkInstance instance, GLFWwindow *handle, const VkAllocationCallbacks *allocator, VkSurfaceKHR *surface) |
GLFWAPI GLFWvkproc | glfwGetInstanceProcAddress (VkInstance instance, const char *procname) |
GLFWAPI int | glfwGetPhysicalDevicePresentationSupport (VkInstance instance, VkPhysicalDevice device, uint32_t queuefamily) |
GLFWAPI const char ** | glfwGetRequiredInstanceExtensions (uint32_t *count) |
Returns the Vulkan instance extensions required by GLFW. More... | |
GLFWAPI int | glfwVulkanSupported (void) |
Returns whether the Vulkan loader and an ICD have been found. More... | |
GLFWAPI VkResult glfwCreateWindowSurface | ( | VkInstance | instance, |
GLFWwindow * | handle, | ||
const VkAllocationCallbacks * | allocator, | ||
VkSurfaceKHR * | surface | ||
) |
GLFWAPI GLFWvkproc glfwGetInstanceProcAddress | ( | VkInstance | instance, |
const char * | procname | ||
) |
GLFWAPI int glfwGetPhysicalDevicePresentationSupport | ( | VkInstance | instance, |
VkPhysicalDevice | device, | ||
uint32_t | queuefamily | ||
) |