![]() |
Wise&mystical
1.0
Project about Europe
|
Include dependency graph for vulkan.c:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | _GLFW_FIND_LOADER 1 |
| #define | _GLFW_REQUIRE_LOADER 2 |
Functions | |
| GLFWbool | _glfwInitVulkan (int mode) |
| void | _glfwTerminateVulkan (void) |
| const char * | _glfwGetVulkanResultString (VkResult result) |
| GLFWAPI int | glfwVulkanSupported (void) |
| Returns whether the Vulkan loader and an ICD have been found. More... | |
| GLFWAPI const char ** | glfwGetRequiredInstanceExtensions (uint32_t *count) |
| Returns the Vulkan instance extensions required by GLFW. More... | |
| GLFWAPI GLFWvkproc | glfwGetInstanceProcAddress (VkInstance instance, const char *procname) |
| GLFWAPI int | glfwGetPhysicalDevicePresentationSupport (VkInstance instance, VkPhysicalDevice device, uint32_t queuefamily) |
| GLFWAPI VkResult | glfwCreateWindowSurface (VkInstance instance, GLFWwindow *handle, const VkAllocationCallbacks *allocator, VkSurfaceKHR *surface) |
| 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 | ||
| ) |