mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 18:50:47 -07:00
Rename ToSpan to AsSpan (#3556)
This commit is contained in:
@ -31,7 +31,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
Length = length;
|
||||
}
|
||||
|
||||
public Span<T> ToSpan()
|
||||
public Span<T> AsSpan()
|
||||
{
|
||||
return new Span<T>(Pointer, Length);
|
||||
}
|
||||
|
Reference in New Issue
Block a user