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.
40#if defined(__LP64__) || defined(_WIN64) || (defined(__x86_64__) && !defined(__ILP32__) ) || defined(_M_X64) || defined(__ia64) || defined (_M_IA64) || defined(__aarch64__) || defined(__powerpc64__)
static const std::vector< const char * > & getGraphicsRequiredInstanceExtensions()
Get Vulkan instance extensions required for graphics.
static bool isAvailable(bool requireGraphics=true)
Tell whether or not the system supports Vulkan.
static VulkanFunctionPointer getFunction(const char *name)
Get the address of a Vulkan function.
Definition AlResource.hpp:35