1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-02 01:16:32 -05:00

shader: Implement early Z tests

This commit is contained in:
ReinUsesLisp
2021-04-13 16:56:22 -03:00
committed by ameerj
parent 09165ae189
commit a83579b50a
3 changed files with 5 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ struct Profile {
std::array<AttributeType, 32> generic_input_types{};
bool convert_depth_mode{};
bool force_early_z{};
InputTopology input_topology{};