List模板改名为ArrayList
This commit is contained in:
@@ -37,7 +37,7 @@ protected:
|
||||
|
||||
AnsiString mi_codes;
|
||||
|
||||
List<const char *> function_list;
|
||||
ArrayList<const char *> function_list;
|
||||
AnsiString main_function;
|
||||
|
||||
AnsiString final_shader;
|
||||
|
@@ -9,8 +9,8 @@
|
||||
|
||||
namespace hgl{namespace graph
|
||||
{
|
||||
using UBODescriptorList=List<const UBODescriptor *>;
|
||||
using SamplerDescriptorList=List<const SamplerDescriptor *>;
|
||||
using UBODescriptorList=ArrayList<const UBODescriptor *>;
|
||||
using SamplerDescriptorList=ArrayList<const SamplerDescriptor *>;
|
||||
using ConstValueDescriptorList=ObjectList<ConstValueDescriptor>;
|
||||
using SubpassInputDescriptorList=ObjectList<SubpassInputDescriptor>;
|
||||
|
||||
|
Reference in New Issue
Block a user