renderer_vulkan: Respect viewport limit
This commit is contained in:
parent
a9b44d37e1
commit
c339af37a7
3 changed files with 19 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue