aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL/VertexBufferDescriptor.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.GAL/VertexBufferDescriptor.cs')
-rw-r--r--Ryujinx.Graphics.GAL/VertexBufferDescriptor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.GAL/VertexBufferDescriptor.cs b/Ryujinx.Graphics.GAL/VertexBufferDescriptor.cs
index bcd3b28f..15f0dff8 100644
--- a/Ryujinx.Graphics.GAL/VertexBufferDescriptor.cs
+++ b/Ryujinx.Graphics.GAL/VertexBufferDescriptor.cs
@@ -1,6 +1,6 @@
namespace Ryujinx.Graphics.GAL
{
- public struct VertexBufferDescriptor
+ public readonly struct VertexBufferDescriptor
{
public BufferRange Buffer { get; }