Implement SULD shader instruction (#1117)

* Implement SULD shader instruction

* Some nits
This commit is contained in:
gdkchan
2020-04-21 20:35:28 -03:00
committed by GitHub
parent 4738113f29
commit 03711dd7b5
15 changed files with 620 additions and 109 deletions

View File

@ -11,6 +11,7 @@ namespace Ryujinx.Graphics.Shader
IsTextureRectangle,
PrimitiveTopology,
StorageBufferOffsetAlignment,
SupportsNonConstantTextureOffset
SupportsNonConstantTextureOffset,
TextureFormat
}
}