mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-17 13:30:53 -05:00
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:
@@ -551,7 +551,6 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
(uint)maxDrawCount,
|
||||
(uint)stride);
|
||||
}
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user