[Misc] (...): Define BACKEND_TYPE in Includes.h. Fix some compiling errors of GL_Common.

This commit is contained in:
BZLZHH
2025-04-04 09:32:27 +08:00
parent 6b102c67c3
commit c12e353c68
3 changed files with 8 additions and 12 deletions
+3 -3
View File
@@ -2,8 +2,8 @@
// Created by BZLZHH on 2025/3/15.
//
#ifndef MOBILEGL_GL_DEPTH_H
#define MOBILEGL_GL_DEPTH_H
#ifndef MOBILEGL_GL_COMMON_H
#define MOBILEGL_GL_COMMON_H
#include "../../../Includes.h"
@@ -13,4 +13,4 @@ namespace MG_GL::GL {
void Clear(GLbitfield mask);
}
#endif //MOBILEGL_GL_DEPTH_H
#endif //MOBILEGL_GL_COMMON_H