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

@@ -6,6 +6,7 @@
class App
{
Sampler sampler;
Shader shader;
Shader shader_color;
Shader shader_uv;