mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-06 21:58:59 -06:00
Support bindless texture gather shader instruction
This commit is contained in:
@@ -2,7 +2,7 @@ using Ryujinx.Graphics.Shader.Instructions;
|
||||
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
class OpCodeTexture : OpCode
|
||||
class OpCodeTexture : OpCode, IOpCodeTexture
|
||||
{
|
||||
public Register Rd { get; }
|
||||
public Register Ra { get; }
|
||||
|
||||
Reference in New Issue
Block a user