mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-10 21:28:32 +09:00
[Fix] (MG_Impl/GLImpl): Fix missing header.
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
#include "../VertexArray/GL_VertexArray.h"
|
#include "../VertexArray/GL_VertexArray.h"
|
||||||
#include "../Getter/GL_Getter.h"
|
#include "../Getter/GL_Getter.h"
|
||||||
#include "../Program/GL_Program.h"
|
#include "../Program/GL_Program.h"
|
||||||
|
#include "../Texture/GL_Texture.h"
|
||||||
|
|
||||||
#define DECLARE_GL_FUNCTION_STUB_HEAD(type,name,...) \
|
#define DECLARE_GL_FUNCTION_STUB_HEAD(type,name,...) \
|
||||||
MOBILEGL_GL_API type gl##name(__VA_ARGS__) {
|
MOBILEGL_GL_API type gl##name(__VA_ARGS__) {
|
||||||
|
|||||||
Reference in New Issue
Block a user