mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-05 07:32:34 -07:00
Formatting
This commit is contained in:
committed by
Isaac Marovitz
parent
6e80cc6caa
commit
b734c81683
@@ -344,7 +344,7 @@ namespace Ryujinx.Graphics.GAL
|
||||
/// </summary>
|
||||
/// <param name="format">Texture format</param>
|
||||
/// <returns>Byte size for an element of this format (pixel, vertex attribute, etc)</returns>
|
||||
public static int GetBytesPerElement(this Format format)
|
||||
public static int GetBytesPerElement(this Format format)
|
||||
{
|
||||
int scalarSize = format.GetScalarSize();
|
||||
|
||||
|
Reference in New Issue
Block a user