mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-29 07:50:48 -07:00
Make sure attributes used on subsequent shader stages are initialized (#2538)
This commit is contained in:
@ -2,9 +2,10 @@ using Ryujinx.Graphics.Shader.Instructions;
|
||||
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
class OpCodeIpa : OpCodeAluReg
|
||||
class OpCodeIpa : OpCodeAluReg, IOpCodeAttribute
|
||||
{
|
||||
public int AttributeOffset { get; }
|
||||
public int Count => 1;
|
||||
|
||||
public InterpolationMode Mode { get; }
|
||||
|
||||
|
Reference in New Issue
Block a user