Minor fixes

This commit is contained in:
Jérôme Leclercq
2022-02-18 19:37:37 +01:00
parent 24a2f96fd3
commit e504c4a982
3 changed files with 10 additions and 10 deletions

View File

@@ -78,7 +78,7 @@ int main()
materialPass->EnableDepthClamp(true);
materialPass->EnableFaceCulling(true);
//material->AddPass("DepthPass", depthPass);
material->AddPass("DepthPass", depthPass);
material->AddPass("ForwardPass", materialPass);
Nz::TextureSamplerInfo samplerInfo;