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