add Z24S8 TextureFormat

This commit is contained in:
greggameplayer 2018-07-10 19:07:28 +02:00 committed by GitHub
parent 1968386808
commit e55ed2b200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ namespace Ryujinx.Graphics.Gal
BC3 = 0x26,
BC4 = 0x27,
BC5 = 0x28,
Z24S8 = 0x29,
ZF32 = 0x2f,
Astc2D4x4 = 0x40,
Astc2D5x5 = 0x41,