mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 03:48:23 -05:00
shader: Implement early Z tests
This commit is contained in:
@ -53,6 +53,7 @@ struct Profile {
|
||||
|
||||
std::array<AttributeType, 32> generic_input_types{};
|
||||
bool convert_depth_mode{};
|
||||
bool force_early_z{};
|
||||
|
||||
InputTopology input_topology{};
|
||||
|
||||
|
Reference in New Issue
Block a user