diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Constants.cs')
-rw-r--r-- | Ryujinx.Graphics.Gpu/Constants.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/Constants.cs b/Ryujinx.Graphics.Gpu/Constants.cs index d580049f..1897f5d0 100644 --- a/Ryujinx.Graphics.Gpu/Constants.cs +++ b/Ryujinx.Graphics.Gpu/Constants.cs @@ -95,5 +95,10 @@ namespace Ryujinx.Graphics.Gpu /// Byte alignment for block linear textures /// </summary> public const int GobAlignment = 64; + + /// <summary> + /// Expected byte alignment for storage buffers + /// </summary> + public const int StorageAlignment = 16; } }
\ No newline at end of file |