feat: add android support
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "glbinding/gl/gl.h"
|
||||
#ifdef ANDROID
|
||||
#include <GLES3/gl3.h>
|
||||
#else
|
||||
#include "glbinding/gl/gl.h"
|
||||
using namespace gl;
|
||||
#endif
|
||||
Reference in New Issue
Block a user