add Sampler class, add attributes system

This commit is contained in:
2017-01-21 00:16:36 +00:00
parent eb7282e0d4
commit 21622fd24c
6 changed files with 146 additions and 9 deletions

View File

@@ -11,9 +11,11 @@
#include <gl\GL.h>
#endif
#include <map>
#include <cmath>
#include <memory>
#include <string>
#include <vector>
#include <iostream>
#define GLM_FORCE_RADIANS