mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 17:37:11 +02:00
Support bindless texture gather shader instruction
This commit is contained in:
parent
ab20360779
commit
745814f94c
7 changed files with 69 additions and 3 deletions
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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue