summaryrefslogtreecommitdiffstats
path: root/src/video_core/surface.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-11-05 21:28:48 +0100
committerGitHub <noreply@github.com>2018-11-05 21:28:48 +0100
commitcdb19e71fee3545eb4a05d020f58e33ab5df68e1 (patch)
tree7539ebd7ac4fd5724abeead173060f996079de85 /src/video_core/surface.h
parentMerge pull request #1633 from ogniK5377/reload-input (diff)
parentImplement Cube Arrays (diff)
downloadyuzu-cdb19e71fee3545eb4a05d020f58e33ab5df68e1.tar
yuzu-cdb19e71fee3545eb4a05d020f58e33ab5df68e1.tar.gz
yuzu-cdb19e71fee3545eb4a05d020f58e33ab5df68e1.tar.bz2
yuzu-cdb19e71fee3545eb4a05d020f58e33ab5df68e1.tar.lz
yuzu-cdb19e71fee3545eb4a05d020f58e33ab5df68e1.tar.xz
yuzu-cdb19e71fee3545eb4a05d020f58e33ab5df68e1.tar.zst
yuzu-cdb19e71fee3545eb4a05d020f58e33ab5df68e1.zip
Diffstat (limited to 'src/video_core/surface.h')
-rw-r--r--src/video_core/surface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/surface.h b/src/video_core/surface.h
index 0ef7849a4..dfdb8d122 100644
--- a/src/video_core/surface.h
+++ b/src/video_core/surface.h
@@ -120,6 +120,7 @@ enum class SurfaceTarget {
Texture1DArray,
Texture2DArray,
TextureCubemap,
+ TextureCubeArray,
};
/**