refactor app and enable gles 3.0

This commit is contained in:
2017-03-04 19:04:08 +00:00
parent 11050fde9c
commit a2a221b17a
7 changed files with 127 additions and 83 deletions

View File

@@ -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);