mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-29 22:20:46 -07:00
Implement SULD shader instruction (#1117)
* Implement SULD shader instruction * Some nits
This commit is contained in:
@ -11,6 +11,7 @@ namespace Ryujinx.Graphics.Shader
|
||||
IsTextureRectangle,
|
||||
PrimitiveTopology,
|
||||
StorageBufferOffsetAlignment,
|
||||
SupportsNonConstantTextureOffset
|
||||
SupportsNonConstantTextureOffset,
|
||||
TextureFormat
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user