Support bindless texture gather shader instruction
This commit is contained in:
11
Ryujinx.Graphics.Shader/Decoders/IOpCodeTld4.cs
Normal file
11
Ryujinx.Graphics.Shader/Decoders/IOpCodeTld4.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
interface IOpCodeTld4 : IOpCodeTexture
|
||||
{
|
||||
TextureGatherOffset Offset { get; }
|
||||
|
||||
int GatherCompIndex { get; }
|
||||
|
||||
bool Bindless { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user