refactor app and enable gles 3.0
This commit is contained in:
@@ -23,6 +23,9 @@ public:
|
||||
float width;
|
||||
float height;
|
||||
void init();
|
||||
void initShaders();
|
||||
void initAssets();
|
||||
void initLayout();
|
||||
void create();
|
||||
void update(float dt);
|
||||
void resize(float w, float h);
|
||||
|
||||
Reference in New Issue
Block a user