This commit is contained in:
2017-11-02 12:44:44 +10:00
parent f2815b796a
commit 7b2946a961
27 changed files with 2048 additions and 742 deletions

5
src/Shader.h Normal file
View File

@ -0,0 +1,5 @@
#pragma once
#include <string>
unsigned int loadProgram(const std::string &name);