函数改名

This commit is contained in:
2019-07-01 17:04:02 +08:00
parent 53a819abd7
commit 0c8ced9aa2
12 changed files with 23 additions and 21 deletions

View File

@@ -104,7 +104,7 @@ private:
bool InitPipeline()
{
vulkan::PipelineCreater *
pipeline_creater=new vulkan::PipelineCreater(device,material,device->GetRenderPass(),device->GetExtent());
pipeline_creater=new vulkan::PipelineCreater(device,material,device->GetMainRenderPass(),device->GetExtent());
pipeline_creater->SetDepthTest(false);
pipeline_creater->SetDepthWrite(false);
pipeline_creater->CloseCullFace();