renamed to CreateMesh from CreateRenderable

This commit is contained in:
2025-05-18 02:19:14 +08:00
parent a641c56381
commit e778f64f00
28 changed files with 36 additions and 36 deletions

View File

@@ -91,7 +91,7 @@ namespace hgl
const graph::VIL *vil,
const std::initializer_list<graph::VertexAttribDataPtr> &vad_list);
graph::Mesh *CreateRenderable(const AnsiString &name,
graph::Mesh *CreateMesh(const AnsiString &name,
const uint32_t vertices_count,
graph::MaterialInstance *mi,
graph::Pipeline *pipeline,