summaryrefslogtreecommitdiffstats
path: root/src/video_core/surface.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2019-04-28 23:03:41 +0200
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-06-21 02:36:12 +0200
commit07f7ce1da2e86e862b1254a5f543af5ae76d1b43 (patch)
tree88b1890a2ffb2e1f4c29fb72eeb46fdfa3f91be9 /src/video_core/surface.h
parentmaxwell_3d: Partially implement texture buffers as 1D textures (diff)
downloadyuzu-07f7ce1da2e86e862b1254a5f543af5ae76d1b43.tar
yuzu-07f7ce1da2e86e862b1254a5f543af5ae76d1b43.tar.gz
yuzu-07f7ce1da2e86e862b1254a5f543af5ae76d1b43.tar.bz2
yuzu-07f7ce1da2e86e862b1254a5f543af5ae76d1b43.tar.lz
yuzu-07f7ce1da2e86e862b1254a5f543af5ae76d1b43.tar.xz
yuzu-07f7ce1da2e86e862b1254a5f543af5ae76d1b43.tar.zst
yuzu-07f7ce1da2e86e862b1254a5f543af5ae76d1b43.zip
Diffstat (limited to '')
-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 5d49214e5..959504cd3 100644
--- a/src/video_core/surface.h
+++ b/src/video_core/surface.h
@@ -114,6 +114,7 @@ enum class SurfaceType {
enum class SurfaceTarget {
Texture1D,
+ TextureBuffer,
Texture2D,
Texture3D,
Texture1DArray,