correct coding style (3/5)
This commit is contained in:
parent
5c74e05307
commit
3728697eeb
1 changed files with 2 additions and 2 deletions
|
@ -212,9 +212,9 @@ namespace Ryujinx.Graphics.Gal.OpenGL
|
||||||
{
|
{
|
||||||
switch (Format)
|
switch (Format)
|
||||||
{
|
{
|
||||||
case GalTextureFormat.BC7U:
|
|
||||||
case GalTextureFormat.BC6H_UF16:
|
case GalTextureFormat.BC6H_UF16:
|
||||||
case GalTextureFormat.BC6H_SF16:
|
case GalTextureFormat.BC6H_SF16:
|
||||||
|
case GalTextureFormat.BC7U:
|
||||||
case GalTextureFormat.BC1:
|
case GalTextureFormat.BC1:
|
||||||
case GalTextureFormat.BC2:
|
case GalTextureFormat.BC2:
|
||||||
case GalTextureFormat.BC3:
|
case GalTextureFormat.BC3:
|
||||||
|
@ -226,4 +226,4 @@ namespace Ryujinx.Graphics.Gal.OpenGL
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue