mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 09:15:45 +00:00
GPU: Implemented the R11FG11FB10F texture and rendertarget formats.
This commit is contained in:
parent
484b63fe34
commit
1ab5441d54
4 changed files with 30 additions and 11 deletions
|
@ -19,6 +19,7 @@ enum class RenderTargetFormat : u32 {
|
|||
RGB10_A2_UNORM = 0xD1,
|
||||
RGBA8_UNORM = 0xD5,
|
||||
RGBA8_SRGB = 0xD6,
|
||||
R11G11B10_FLOAT = 0xE0,
|
||||
};
|
||||
|
||||
/// Returns the number of bytes per pixel of each rendertarget format.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue