summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2018-08-20 14:26:54 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2018-08-20 14:26:54 +0200
commit23d45715dc6d51299984cd03300891846614e314 (patch)
tree5dc27e564b9c5cf6d7d86d3b6147a0e772de3d54 /src/video_core/gpu.h
parentMerge pull request #1089 from Subv/neg_bits (diff)
downloadyuzu-23d45715dc6d51299984cd03300891846614e314.tar
yuzu-23d45715dc6d51299984cd03300891846614e314.tar.gz
yuzu-23d45715dc6d51299984cd03300891846614e314.tar.bz2
yuzu-23d45715dc6d51299984cd03300891846614e314.tar.lz
yuzu-23d45715dc6d51299984cd03300891846614e314.tar.xz
yuzu-23d45715dc6d51299984cd03300891846614e314.tar.zst
yuzu-23d45715dc6d51299984cd03300891846614e314.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/gpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h
index 97dcccb92..2697e1c27 100644
--- a/src/video_core/gpu.h
+++ b/src/video_core/gpu.h
@@ -30,6 +30,7 @@ enum class RenderTargetFormat : u32 {
RGBA8_UNORM = 0xD5,
RGBA8_SRGB = 0xD6,
RGBA8_SNORM = 0xD7,
+ RGBA8_UINT = 0xD9,
RG16_UNORM = 0xDA,
RG16_SNORM = 0xDB,
RG16_SINT = 0xDC,