mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-13 06:38:34 +02:00
GPU: Implemented the Z24S8 depth format and load the depth framebuffer.
This commit is contained in:
parent
eac897d583
commit
62068f723a
7 changed files with 124 additions and 24 deletions
|
|
@ -413,7 +413,7 @@ public:
|
|||
struct {
|
||||
u32 address_high;
|
||||
u32 address_low;
|
||||
u32 format;
|
||||
Tegra::DepthFormat format;
|
||||
u32 block_dimensions;
|
||||
u32 layer_stride;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue