mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 17:19:50 -06: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