texture: Implement R8G8UI
- Used by The Walking Dead: The Final Season
This commit is contained in:
parent
3e9cafbee5
commit
7909860d16
8 changed files with 52 additions and 38 deletions
|
@ -68,6 +68,7 @@ enum class RenderTargetFormat : u32 {
|
|||
BGR5A1_UNORM = 0xE9,
|
||||
RG8_UNORM = 0xEA,
|
||||
RG8_SNORM = 0xEB,
|
||||
RG8_UINT = 0xED,
|
||||
R16_UNORM = 0xEE,
|
||||
R16_SNORM = 0xEF,
|
||||
R16_SINT = 0xF0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue