renderer_vulkan: Use more depth-stencil dynamic state. (#2749)

This commit is contained in:
squidbus 2025-04-05 13:14:27 -07:00 committed by GitHub
parent 54b4d7fc78
commit 0c6f2b470f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 116 additions and 117 deletions

View file

@ -1423,6 +1423,10 @@ struct Liverpool {
return num_samples;
}
bool IsClipDisabled() const {
return clipper_control.clip_disable || primitive_type == PrimitiveType::RectList;
}
void SetDefaults();
};