diff options
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 0ef7849a4..dfdb8d122 100644 --- a/src/video_core/surface.h +++ b/src/video_core/surface.h | |||
| @@ -120,6 +120,7 @@ enum class SurfaceTarget { | |||
| 120 | Texture1DArray, | 120 | Texture1DArray, |
| 121 | Texture2DArray, | 121 | Texture2DArray, |
| 122 | TextureCubemap, | 122 | TextureCubemap, |
| 123 | TextureCubeArray, | ||
| 123 | }; | 124 | }; |
| 124 | 125 | ||
| 125 | /** | 126 | /** |