summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-07-02 19:42:04 +0200
committerSubv <subv2112@gmail.com>2018-07-02 19:42:04 +0200
commit0f929762b3ba722bab1290a9fe23fc8ad6e909f4 (patch)
treef5cd01068b0df8906b3ee5804ff9d240e88674ac /src/video_core/engines/maxwell_3d.h
parentMerge pull request #602 from Subv/mufu_subop (diff)
downloadyuzu-0f929762b3ba722bab1290a9fe23fc8ad6e909f4.tar
yuzu-0f929762b3ba722bab1290a9fe23fc8ad6e909f4.tar.gz
yuzu-0f929762b3ba722bab1290a9fe23fc8ad6e909f4.tar.bz2
yuzu-0f929762b3ba722bab1290a9fe23fc8ad6e909f4.tar.lz
yuzu-0f929762b3ba722bab1290a9fe23fc8ad6e909f4.tar.xz
yuzu-0f929762b3ba722bab1290a9fe23fc8ad6e909f4.tar.zst
yuzu-0f929762b3ba722bab1290a9fe23fc8ad6e909f4.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/engines/maxwell_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h
index 180be4ff4..a15ca9e43 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -413,7 +413,7 @@ public:
struct {
u32 address_high;
u32 address_low;
- u32 format;
+ Tegra::DepthFormat format;
u32 block_dimensions;
u32 layer_stride;