working mesh rendering and shader uniforms

This commit is contained in:
Hartmut Seichter 2019-01-30 23:52:38 +01:00
parent ad13cea0ca
commit d9bbef876e
19 changed files with 262 additions and 83 deletions

View file

@ -16,6 +16,7 @@ public:
std::string name() const { return _name; }
protected:
friend class window;
std::string _name;