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.
34#if defined(__LP64__) || defined(_WIN64) || (defined(__x86_64__) && !defined(__ILP32__) ) || defined(_M_X64) || defined(__ia64) || defined (_M_IA64) || defined(__aarch64__) || defined(__powerpc64__)
85CSFML_WINDOW_API const char* const* sfVulkan_getGraphicsRequiredInstanceExtensions(size_t* count);
sfBool sfVulkan_isAvailable(sfBool 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.