diff options
| -rw-r--r-- | src/video_core/renderer_opengl/gl_rasterizer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video_core/renderer_opengl/gl_rasterizer.cpp b/src/video_core/renderer_opengl/gl_rasterizer.cpp index 8aa63d329..ea4ca9a82 100644 --- a/src/video_core/renderer_opengl/gl_rasterizer.cpp +++ b/src/video_core/renderer_opengl/gl_rasterizer.cpp | |||
| @@ -67,9 +67,6 @@ constexpr size_t TOTAL_CONST_BUFFER_BYTES = | |||
| 67 | constexpr size_t NUM_SUPPORTED_VERTEX_ATTRIBUTES = 16; | 67 | constexpr size_t NUM_SUPPORTED_VERTEX_ATTRIBUTES = 16; |
| 68 | constexpr size_t NUM_SUPPORTED_VERTEX_BINDINGS = 16; | 68 | constexpr size_t NUM_SUPPORTED_VERTEX_BINDINGS = 16; |
| 69 | 69 | ||
| 70 | constexpr size_t MAX_TEXTURES = 192; | ||
| 71 | constexpr size_t MAX_IMAGES = 48; | ||
| 72 | |||
| 73 | struct TextureHandle { | 70 | struct TextureHandle { |
| 74 | constexpr TextureHandle(u32 data, bool via_header_index) { | 71 | constexpr TextureHandle(u32 data, bool via_header_index) { |
| 75 | const Tegra::Texture::TextureHandle handle{data}; | 72 | const Tegra::Texture::TextureHandle handle{data}; |