refactor layout loading to add multiple layout, templates and references

This commit is contained in:
2017-02-01 20:35:57 +00:00
parent ed02e38805
commit 70792669e7
5 changed files with 97 additions and 51 deletions

View File

@@ -9,7 +9,7 @@ class App
{
Sampler sampler;
Texture2D tex;
Node layout;
LayoutManager layout;
public:
static App I;
float width;