Fix incorrect vertex attribute format change (#5112)
* Fix incorrect vertex attribute format change * Only change vertex format if the host supports the new format
This commit is contained in:
parent
1cf6d7b7bb
commit
597388ecda
3 changed files with 43 additions and 15 deletions
|
@ -551,7 +551,6 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
(uint)maxDrawCount,
|
||||
(uint)stride);
|
||||
}
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue