mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 12:30:47 -07:00
Initialize indexed inputs used on next shader stage (#3198)
This commit is contained in:
@ -328,6 +328,7 @@ namespace Ryujinx.Graphics.Shader.Translation
|
||||
public void SetAllInputUserAttributes()
|
||||
{
|
||||
UsedInputAttributes |= Constants.AllAttributesMask;
|
||||
ThisInputAttributesComponents |= ~UInt128.Zero >> (128 - Constants.MaxAttributes * 4);
|
||||
}
|
||||
|
||||
public void SetAllOutputUserAttributes()
|
||||
|
Reference in New Issue
Block a user