mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-05 17:58:28 +02:00
NvGpuEngine3d: Fix uploading vertex arrays without index buffers. (#173)
This commit is contained in:
@@ -345,7 +345,7 @@ namespace Ryujinx.HLE.Gpu
|
|||||||
throw new InvalidOperationException();
|
throw new InvalidOperationException();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IndexSize != 0)
|
if (IndexCount != 0)
|
||||||
{
|
{
|
||||||
int IbSize = IndexCount * IndexSize;
|
int IbSize = IndexCount * IndexSize;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user