mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-26 12:04:47 +00:00
amdgpu: Implement 0x5u for Depth_MicroTiled.
Spotted by Niko on the shadPS4 Discord development channel.
This commit is contained in:
parent
790b54bf29
commit
731d5f8f64
@ -141,6 +141,7 @@ constexpr std::string_view NameOf(ImageType type) {
|
||||
|
||||
enum class TilingMode : u32 {
|
||||
Depth_MacroTiled = 0u,
|
||||
Depth_MicroTiled = 0x5u,
|
||||
Display_Linear = 0x8u,
|
||||
Display_MicroTiled = 0x9u,
|
||||
Display_MacroTiled = 0xAu,
|
||||
|
Loading…
Reference in New Issue
Block a user