mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 13:37:47 +00:00
video_core: Implement RGBX16F PixelFormat
This commit is contained in:
parent
4845dd9092
commit
99b280bbf7
7 changed files with 37 additions and 22 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue