Loading...
Searching...
No Matches
Vulkan.h
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
35#if defined(__LP64__) || defined(_WIN64) || (defined(__x86_64__) && !defined(__ILP32__)) || defined(_M_X64) || \
87CSFML_WINDOW_API const char* const* sfVulkan_getGraphicsRequiredInstanceExtensions(size_t* count);
bool sfVulkan_isAvailable(bool requireGraphics)
Tell whether or not the system supports Vulkan.
const char *const * sfVulkan_getGraphicsRequiredInstanceExtensions(size_t *count)
Get Vulkan instance extensions required for graphics.
sfVulkanFunctionPointer sfVulkan_getFunction(const char *name)
Get the address of a Vulkan function.