video_core: Implement RGBX16F PixelFormat

This commit is contained in:
FearlessTobi 2019-09-22 01:40:46 +02:00
parent 2b514275ad
commit 55d272efe6
7 changed files with 37 additions and 22 deletions

View file

@ -42,6 +42,7 @@ enum class RenderTargetFormat : u32 {
RGBA16_FLOAT = 0xCA,
RG32_FLOAT = 0xCB,
RG32_UINT = 0xCD,
RGBX16_FLOAT = 0xCE,
BGRA8_UNORM = 0xCF,
BGRA8_SRGB = 0xD0,
RGB10_A2_UNORM = 0xD1,