mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 17:07:10 +02:00
Make sure attributes used on subsequent shader stages are initialized (#2538)
This commit is contained in:
parent
64e7dc1304
commit
b56a469566
15 changed files with 347 additions and 262 deletions
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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue