[Chore] (DiligentEngine): Rename the renderer with Diligent Engine.

This commit is contained in:
BZLZHH
2025-06-21 21:43:32 +08:00
parent ee29a397da
commit a1bdaed2f6
5 changed files with 24 additions and 5 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ namespace MG_Constants {
#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_METAL = 0x0021; // not ready currently
inline const int BACKEND_DILIGENT_OPENGL = 0x0022;
}