diff options
| author | 2019-04-28 18:03:41 -0300 | |
|---|---|---|
| committer | 2019-06-20 21:36:12 -0300 | |
| commit | 07f7ce1da2e86e862b1254a5f543af5ae76d1b43 (patch) | |
| tree | 88b1890a2ffb2e1f4c29fb72eeb46fdfa3f91be9 /src/video_core/surface.h | |
| parent | maxwell_3d: Partially implement texture buffers as 1D textures (diff) | |
| download | yuzu-07f7ce1da2e86e862b1254a5f543af5ae76d1b43.tar.gz yuzu-07f7ce1da2e86e862b1254a5f543af5ae76d1b43.tar.xz yuzu-07f7ce1da2e86e862b1254a5f543af5ae76d1b43.zip | |
gl_rasterizer_cache: Use texture buffers to emulate texture buffers
Diffstat (limited to 'src/video_core/surface.h')
| -rw-r--r-- | src/video_core/surface.h | 1 |
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 { | |||
| 114 | 114 | ||
| 115 | enum class SurfaceTarget { | 115 | enum class SurfaceTarget { |
| 116 | Texture1D, | 116 | Texture1D, |
| 117 | TextureBuffer, | ||
| 117 | Texture2D, | 118 | Texture2D, |
| 118 | Texture3D, | 119 | Texture3D, |
| 119 | Texture1DArray, | 120 | Texture1DArray, |