parent
e18d428249
commit
e30279fae5
1 changed files with 0 additions and 1 deletions
|
|
@ -451,7 +451,6 @@ namespace vks
|
||||||
pipelineDepthStencilStateCreateInfo.depthTestEnable = depthTestEnable;
|
pipelineDepthStencilStateCreateInfo.depthTestEnable = depthTestEnable;
|
||||||
pipelineDepthStencilStateCreateInfo.depthWriteEnable = depthWriteEnable;
|
pipelineDepthStencilStateCreateInfo.depthWriteEnable = depthWriteEnable;
|
||||||
pipelineDepthStencilStateCreateInfo.depthCompareOp = depthCompareOp;
|
pipelineDepthStencilStateCreateInfo.depthCompareOp = depthCompareOp;
|
||||||
pipelineDepthStencilStateCreateInfo.front = pipelineDepthStencilStateCreateInfo.back;
|
|
||||||
pipelineDepthStencilStateCreateInfo.back.compareOp = VK_COMPARE_OP_ALWAYS;
|
pipelineDepthStencilStateCreateInfo.back.compareOp = VK_COMPARE_OP_ALWAYS;
|
||||||
return pipelineDepthStencilStateCreateInfo;
|
return pipelineDepthStencilStateCreateInfo;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue