mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 17:37:49 +00:00
shader: Implement early Z tests
This commit is contained in:
parent
9f5ab82de2
commit
4a6c299e3f
3 changed files with 5 additions and 0 deletions
|
@ -934,6 +934,7 @@ Shader::Profile PipelineCache::MakeProfile(const GraphicsPipelineCacheKey& key,
|
|||
profile.input_topology = Shader::InputTopology::TrianglesAdjacency;
|
||||
break;
|
||||
}
|
||||
profile.force_early_z = key.state.early_z != 0;
|
||||
return profile;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue