Loading...
Searching...
No Matches
Vulkan.hpp
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.
37#if defined(__LP64__) || defined(_WIN64) || (defined(__x86_64__) && !defined(__ILP32__)) || defined(_M_X64) || \
99[[nodiscard]] SFML_WINDOW_API const std::vector<const char*>& getGraphicsRequiredInstanceExtensions();
VulkanFunctionPointer getFunction(const char *name)
Get the address of a Vulkan function.
const std::vector< const char * > & getGraphicsRequiredInstanceExtensions()
Get Vulkan instance extensions required for graphics.
bool isAvailable(bool requireGraphics=true)
Tell whether or not the system supports Vulkan.
Definition AudioResource.hpp:36