mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-16 15:43:14 +00:00
renderer_vulkan: Use more depth-stencil dynamic state. (#2749)
This commit is contained in:
parent
54b4d7fc78
commit
0c6f2b470f
8 changed files with 116 additions and 117 deletions
|
@ -1423,6 +1423,10 @@ struct Liverpool {
|
|||
return num_samples;
|
||||
}
|
||||
|
||||
bool IsClipDisabled() const {
|
||||
return clipper_control.clip_disable || primitive_type == PrimitiveType::RectList;
|
||||
}
|
||||
|
||||
void SetDefaults();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue