mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-25 15:19:30 +00:00
Merge branch 'ModernEditorLayoutWIP' of https://github.com/Areloch/Torque3D into development
This commit is contained in:
commit
3697737498
148 changed files with 3463 additions and 547 deletions
|
|
@ -44,7 +44,7 @@ class ShaderFeature;
|
|||
class MatInstanceParameterHandle;
|
||||
class MatInstParameters;
|
||||
class ProcessedMaterial;
|
||||
|
||||
class GuiTreeViewCtrl;
|
||||
|
||||
///
|
||||
class MatInstance : public BaseMatInstance
|
||||
|
|
@ -87,6 +87,7 @@ public:
|
|||
virtual const FeatureSet& getFeatures() const;
|
||||
virtual const FeatureSet& getRequestedFeatures() const { return mFeatureList; }
|
||||
virtual void dumpShaderInfo() const;
|
||||
virtual void getShaderInfo(GuiTreeViewCtrl* tree, U32 item) const;
|
||||
|
||||
|
||||
ProcessedMaterial *getProcessedMaterial() const { return mProcessedMaterial; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue