mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 00:59:51 -06:00
Make sure attributes used on subsequent shader stages are initialized (#2538)
This commit is contained in:
8
Ryujinx.Graphics.Shader/Decoders/IOpCodeAttribute.cs
Normal file
8
Ryujinx.Graphics.Shader/Decoders/IOpCodeAttribute.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
interface IOpCodeAttribute
|
||||
{
|
||||
int AttributeOffset { get; }
|
||||
int Count { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user