feat: add android support

This commit is contained in:
2021-11-01 15:24:33 +01:00
parent 8f0e0c48ed
commit 0c68512caf
15 changed files with 38 additions and 29 deletions

View File

@@ -7,14 +7,11 @@
#include "render/shaders/ShaderProgram.h"
#include <glbinding/gl/gl.h>
#include <fstream>
#include <iostream>
#include <glm/gtc/type_ptr.hpp>
using namespace gl;
ShaderProgram::ShaderProgram() :
programID(0), vertexShaderID(0), fragmentShaderID(0) {
}