shader: Implement early Z tests
This commit is contained in:
parent
09165ae189
commit
a83579b50a
3 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,7 @@ struct Profile {
|
|||
|
||||
std::array<AttributeType, 32> generic_input_types{};
|
||||
bool convert_depth_mode{};
|
||||
bool force_early_z{};
|
||||
|
||||
InputTopology input_topology{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue