This commit is contained in:
2024-06-19 14:03:46 +08:00
parent 806bf5dfdd
commit 2f49e80122
13 changed files with 306 additions and 79 deletions

View File

@@ -52,6 +52,9 @@ protected:
virtual bool ProcLayout(){return(true);}
virtual bool ProcInput(ShaderCreateInfo *);
virtual bool IsEmptyOutput()const=0;
virtual void GetOutputStrcutString(AnsiString &){}
virtual bool ProcOutput();
virtual bool ProcStruct();