optimized CreatePipeline of RenderPass class

This commit is contained in:
2023-02-23 14:43:57 +08:00
parent 844636a46b
commit 99939bd83d
4 changed files with 16 additions and 35 deletions

View File

@@ -94,7 +94,7 @@ private:
return pipeline;
}
bool InitVBO()
{
RenderablePrimitiveCreater rpc(db,VERTEX_COUNT);