Add depth bias config to shader
This commit is contained in:
@@ -58,6 +58,7 @@ namespace OpenVulkano::Scene
|
||||
billboardUniformBinding.stageFlags = ShaderProgramType::Type::VERTEX;
|
||||
shader.AddDescriptorSetLayoutBinding(billboardUniformBinding, 4);
|
||||
}
|
||||
shader.EnableDepthBias();
|
||||
return shader;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user