aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/Constants.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Graphics.Gpu/Constants.cs')
-rw-r--r--src/Ryujinx.Graphics.Gpu/Constants.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Ryujinx.Graphics.Gpu/Constants.cs b/src/Ryujinx.Graphics.Gpu/Constants.cs
index b559edc2..ff90e61b 100644
--- a/src/Ryujinx.Graphics.Gpu/Constants.cs
+++ b/src/Ryujinx.Graphics.Gpu/Constants.cs
@@ -81,11 +81,6 @@ namespace Ryujinx.Graphics.Gpu
public const int GobAlignment = 64;
/// <summary>
- /// Expected byte alignment for storage buffers
- /// </summary>
- public const int StorageAlignment = 16;
-
- /// <summary>
/// Number of the uniform buffer reserved by the driver to store the storage buffer base addresses.
/// </summary>
public const int DriverReservedUniformBuffer = 0;