GPU: Allow the usage of R8 as a render target format.

This commit is contained in:
Subv 2018-07-24 16:47:50 -05:00
parent 340771ccd7
commit 4f574201ea
2 changed files with 4 additions and 0 deletions

View file

@ -24,6 +24,7 @@ enum class RenderTargetFormat : u32 {
RGBA8_UNORM = 0xD5,
RGBA8_SRGB = 0xD6,
R11G11B10_FLOAT = 0xE0,
R8_UNORM = 0xF3,
};
enum class DepthFormat : u32 {