updated codes of RenderNode2D/RenderList2D

This commit is contained in:
2023-05-04 22:01:00 +08:00
parent 30c736b7c8
commit 1e03e28f0b
7 changed files with 184 additions and 16 deletions

View File

@@ -55,7 +55,7 @@ public:
const UTF8String & GetName ()const{return data->name;}
// const VertexInput * GetVertexInput ()const{return data->vertex_input;}
const VertexInput * GetVertexInput ()const{return data->vertex_input;}
const ShaderStageCreateInfoList & GetStageList ()const{return data->shader_stage_list;}