mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-13 02:56:42 +00:00
parent
a4822b7946
commit
fdd5767887
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ namespace Ryujinx.Graphics.Texture
|
|||
{ GalTextureFormat.R11G11B10F, GalImageFormat.R11G11B10 | Float },
|
||||
{ GalTextureFormat.D24S8, GalImageFormat.D24S8 | Unorm | Uint },
|
||||
{ GalTextureFormat.D32F, GalImageFormat.D32 | Float },
|
||||
{ GalTextureFormat.D32FX24S8, GalImageFormat.D32S8 | Unorm },
|
||||
{ GalTextureFormat.D32FX24S8, GalImageFormat.D32S8 | Float },
|
||||
{ GalTextureFormat.D16, GalImageFormat.D16 | Unorm },
|
||||
|
||||
//Compressed formats
|
||||
|
@ -397,4 +397,4 @@ namespace Ryujinx.Graphics.Texture
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue