[Feat] (Diligent): Add Diligent Vulkan backend.

This commit is contained in:
BZLZHH
2025-05-25 11:46:38 +08:00
parent 604482d55c
commit 2466897531
6 changed files with 64 additions and 18 deletions
+4
View File
@@ -178,6 +178,10 @@ namespace MG_Constants {
#define BACKEND_METAL 0x0016
#define BACKEND_GLES 0x0017
#define BACKEND_DILIGENT 0x0018
inline const int BACKEND_DILIGENT_VULKAN = 0x0020;
inline const int BACKEND_DILIGENT_METAL = 0x0021; // not ready currently
inline const int BACKEND_DILIGENT_OPENGL = 0x0022;
}
inline const char* RenderName = "MobileGL";