diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2020-05-28 20:01:18 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-29 09:01:18 +1000 |
| commit | 12cfaf56f083cdf250381c3525eaf4ecf5ee9257 (patch) | |
| tree | a81e88edad6c86ee555af3915f6ba89f4b9bee11 /Ryujinx.Graphics.Gpu/Image/FormatTable.cs | |
| parent | a15b951721d7c52c30a8e8864e91353ec6fc65f4 (diff) | |
Add new depth-stencil formats (#1284)
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Image/FormatTable.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Image/FormatTable.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/Image/FormatTable.cs b/Ryujinx.Graphics.Gpu/Image/FormatTable.cs index 517caeca..9f8b0fa0 100644 --- a/Ryujinx.Graphics.Gpu/Image/FormatTable.cs +++ b/Ryujinx.Graphics.Gpu/Image/FormatTable.cs @@ -51,7 +51,9 @@ namespace Ryujinx.Graphics.Gpu.Image { 0x36d81, new FormatInfo(Format.R32G32B32A32Sint, 1, 1, 16) }, { 0x2493a, new FormatInfo(Format.D16Unorm, 1, 1, 2) }, { 0x7ffaf, new FormatInfo(Format.D32Float, 1, 1, 4) }, + { 0x24a0e, new FormatInfo(Format.D24UnormS8Uint, 1, 1, 4) }, { 0x24a29, new FormatInfo(Format.D24UnormS8Uint, 1, 1, 4) }, + { 0x25385, new FormatInfo(Format.D32FloatS8Uint, 1, 1, 8) }, { 0x253b0, new FormatInfo(Format.D32FloatS8Uint, 1, 1, 8) }, { 0xa4908, new FormatInfo(Format.R8G8B8A8Srgb, 1, 1, 4) }, { 0x24912, new FormatInfo(Format.R4G4B4A4Unorm, 1, 1, 2) }, |
