mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-29 17:57:11 +02:00
Implement SULD shader instruction (#1117)
* Implement SULD shader instruction * Some nits
This commit is contained in:
parent
436de566ff
commit
bd010a2288
15 changed files with 620 additions and 109 deletions
|
@ -11,6 +11,7 @@ namespace Ryujinx.Graphics.Shader
|
|||
IsTextureRectangle,
|
||||
PrimitiveTopology,
|
||||
StorageBufferOffsetAlignment,
|
||||
SupportsNonConstantTextureOffset
|
||||
SupportsNonConstantTextureOffset,
|
||||
TextureFormat
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue