aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/FormatTable.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2021-05-21 20:15:08 -0300
committerGitHub <noreply@github.com>2021-05-22 01:15:08 +0200
commita03bbef4d665143420c7d7f561f07aa2c3db1c3e (patch)
tree1fc5e4a54532994cfebeb364ccfa699f0c107640 /Ryujinx.Graphics.Gpu/Image/FormatTable.cs
parentf0add129e229f37639cbe82f23e7837e66904254 (diff)
Add another Depth32F texture format (#2304)
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Image/FormatTable.cs')
-rw-r--r--Ryujinx.Graphics.Gpu/Image/FormatTable.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/Image/FormatTable.cs b/Ryujinx.Graphics.Gpu/Image/FormatTable.cs
index b4b88179..03687ade 100644
--- a/Ryujinx.Graphics.Gpu/Image/FormatTable.cs
+++ b/Ryujinx.Graphics.Gpu/Image/FormatTable.cs
@@ -50,6 +50,7 @@ namespace Ryujinx.Graphics.Gpu.Image
{ 0x49201, new FormatInfo(Format.R32G32B32A32Uint, 1, 1, 16, 4) },
{ 0x36d81, new FormatInfo(Format.R32G32B32A32Sint, 1, 1, 16, 4) },
{ 0x2493a, new FormatInfo(Format.D16Unorm, 1, 1, 2, 1) },
+ { 0x493af, new FormatInfo(Format.D32Float, 1, 1, 4, 1) },
{ 0x7ffaf, new FormatInfo(Format.D32Float, 1, 1, 4, 1) },
{ 0x24a0e, new FormatInfo(Format.D24UnormS8Uint, 1, 1, 4, 2) },
{ 0x24a29, new FormatInfo(Format.D24UnormS8Uint, 1, 1, 4, 2) },