renamed a function, It from BeginRenderpass to BeginRenderPass

This commit is contained in:
2020-10-30 18:59:58 +08:00
parent e5dd5720e6
commit 0ff43f8994
5 changed files with 7 additions and 7 deletions

View File

@@ -78,7 +78,7 @@ public:
bool BindFramebuffer(RenderPass *rp,Framebuffer *fb);
bool BeginRenderpass();
bool BeginRenderPass();
bool BindPipeline(Pipeline *p)
{