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:
@@ -8,10 +8,6 @@
|
||||
class App
|
||||
{
|
||||
Sampler sampler;
|
||||
Shader shader;
|
||||
Shader shader_color;
|
||||
Shader shader_uv;
|
||||
Plane plane;
|
||||
Texture2D tex;
|
||||
Node layout;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user