List模板改名为ArrayList

This commit is contained in:
2025-04-23 00:27:43 +08:00
parent 10d0c2c473
commit aed57437f9
36 changed files with 66 additions and 63 deletions

View File

@@ -274,7 +274,7 @@ struct ShaderVariable
Interpolation interpolation; //插值方式
};
using SVList=List<ShaderVariable>;
using SVList=ArrayList<ShaderVariable>;
struct ShaderVariableArray:public Comparator<ShaderVariableArray>
{