Add Vulkan support on Switch

This commit is contained in:
Wojtek Figat
2021-03-15 15:47:54 +01:00
parent c930d32b2b
commit 3fb0b56c10
8 changed files with 60 additions and 5 deletions

View File

@@ -8,4 +8,6 @@
#include "Linux/LinuxVulkanPlatform.h"
#elif PLATFORM_ANDROID
#include "Android/AndroidVulkanPlatform.h"
#elif PLATFORM_SWITCH
#include "Platforms/Switch/Engine/GraphicsDevice/Vulkan/SwitchVulkanPlatform.h"
#endif