Update demo code
This commit is contained in:
committed by
Jérôme Leclercq
parent
1727ae8631
commit
f572d229d9
@@ -233,7 +233,7 @@ int main()
|
||||
|
||||
Nz::RenderPipelineInfo pipelineInfo;
|
||||
pipelineInfo.pipelineLayout = renderPipelineLayout;
|
||||
pipelineInfo.faceCulling = true;
|
||||
pipelineInfo.faceCulling = Nz::FaceCulling::Back;
|
||||
|
||||
pipelineInfo.depthBuffer = true;
|
||||
pipelineInfo.shaderModules.emplace_back(fragVertShader);
|
||||
|
||||
Reference in New Issue
Block a user