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

@@ -28,9 +28,9 @@ private:
private:
RenderPass * CreateRenderPass( const List<VkAttachmentDescription> &desc_list,
const List<VkSubpassDescription> &subpass,
const List<VkSubpassDependency> &dependency,
RenderPass * CreateRenderPass( const ArrayList<VkAttachmentDescription> &desc_list,
const ArrayList<VkSubpassDescription> &subpass,
const ArrayList<VkSubpassDependency> &dependency,
const RenderbufferInfo *);
public: