Add static Vulkan loader.
Initial Vulkan support for Windows. Initial Vulkan support for macOS.
This commit is contained in:
parent
4fe3ee1730
commit
eb48be51db
120 changed files with 142158 additions and 357 deletions
|
|
@ -106,6 +106,7 @@ public:
|
|||
enum VideoDriver {
|
||||
VIDEO_DRIVER_GLES3,
|
||||
VIDEO_DRIVER_GLES2,
|
||||
VIDEO_DRIVER_VULKAN,
|
||||
};
|
||||
|
||||
enum PowerState {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue