mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 12:27:58 -05:00
renderer_vulkan: Respect viewport limit
This commit is contained in:
@ -588,6 +588,10 @@ public:
|
||||
return properties.properties.limits.maxVertexInputBindings;
|
||||
}
|
||||
|
||||
u32 GetMaxViewports() const {
|
||||
return properties.properties.limits.maxViewports;
|
||||
}
|
||||
|
||||
bool SupportsConditionalBarriers() const {
|
||||
return supports_conditional_barriers;
|
||||
}
|
||||
|
Reference in New Issue
Block a user