1.define VAT

2.renamed to UBOStruct instead of UBOCodes.
3.moved AddInput/AddOutput to ShaderCreater from VertexShaderCreater
4.moved descriptor object to MDM from SDM
This commit is contained in:
2023-03-04 16:57:50 +08:00
parent 7a0acaf63e
commit ef8f630056
6 changed files with 193 additions and 64 deletions

View File

@@ -58,7 +58,7 @@ public:
class VertexShaderModule:public ShaderModule
{
uint32_t attr_count;
VertexAttribType *type_list;
VAT *type_list;
const char **name_list;
ShaderStage **ssi_list;