correct coding style (1/5)

This commit is contained in:
greggameplayer 2018-07-15 02:09:44 +02:00 committed by GitHub
parent fb85e43ba4
commit 6581f5f6da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,9 +5,9 @@ namespace Ryujinx.Graphics.Gal
R32G32B32A32 = 0x1,
R16G16B16A16 = 0x3,
A8B8G8R8 = 0x8,
R32 = 0xf,
BC6H_SF16 = 0x10,
BC6H_UF16 = 0x11,
R32 = 0xf,
A1B5G5R5 = 0x14,
B5G6R5 = 0x15,
BC7U = 0x17,