mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-18 01:58:59 +02:00
video_core: Add S8_UINT stencil format
This commit is contained in:
parent
c2c9ca98a7
commit
c7bdf8825f
4 changed files with 21 additions and 3 deletions
|
|
@ -194,6 +194,8 @@ struct fmt::formatter<VideoCore::Surface::PixelFormat> : fmt::formatter<fmt::str
|
|||
return "D32_FLOAT";
|
||||
case PixelFormat::D16_UNORM:
|
||||
return "D16_UNORM";
|
||||
case PixelFormat::S8_UINT:
|
||||
return "S8_UINT";
|
||||
case PixelFormat::D24_UNORM_S8_UINT:
|
||||
return "D24_UNORM_S8_UINT";
|
||||
case PixelFormat::S8_UINT_D24_UNORM:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue