added singleton shader manager, custom widget attribute forward, parse border thickness and color for Border widget, parse and cache uniform locations, remove unused attrubutes code

This commit is contained in:
2017-01-30 19:52:32 +00:00
parent 16c1b6481e
commit a80556f418
8 changed files with 179 additions and 172 deletions

View File

@@ -8,10 +8,6 @@
class App
{
Sampler sampler;
Shader shader;
Shader shader_color;
Shader shader_uv;
Plane plane;
Texture2D tex;
Node layout;
public: