mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-05 14:12:33 -07:00
Make dotnet format happy
This commit is contained in:
committed by
Isaac Marovitz
parent
1287098b8b
commit
eb2dae561f
@@ -6,7 +6,7 @@ using System.Runtime.Versioning;
|
||||
namespace Ryujinx.Graphics.Metal
|
||||
{
|
||||
[SupportedOSPlatform("macos")]
|
||||
internal struct VertexBufferState
|
||||
readonly internal struct VertexBufferState
|
||||
{
|
||||
public static VertexBufferState Null => new(BufferHandle.Null, 0, 0, 0);
|
||||
|
||||
|
Reference in New Issue
Block a user