diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-12-03 16:27:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-03 16:27:22 -0500 |
| commit | 5fb1a83e4cbb43f5bb2e07d003e544dca580e0de (patch) | |
| tree | 0f6cce2106f02552c4fe3ce085108c4c4eb0f5af /src/video_core/renderer_opengl/gl_device.h | |
| parent | 6da830177333e418ec5f468226b7715948955022 (diff) | |
| parent | a595ed499d3a21a251c3376c0c34a589c32088a9 (diff) | |
Merge pull request #12094 from ameerj/gl-buffer-cache-batch-vtx
gl_buffer_cache: Batch vertex/tfb buffer binding
Diffstat (limited to 'src/video_core/renderer_opengl/gl_device.h')
| -rw-r--r-- | src/video_core/renderer_opengl/gl_device.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/video_core/renderer_opengl/gl_device.h b/src/video_core/renderer_opengl/gl_device.h index a5a6bbbba..96034ea4a 100644 --- a/src/video_core/renderer_opengl/gl_device.h +++ b/src/video_core/renderer_opengl/gl_device.h @@ -72,10 +72,6 @@ public: return has_texture_shadow_lod; } - bool HasVertexBufferUnifiedMemory() const { - return has_vertex_buffer_unified_memory; - } - bool HasASTC() const { return has_astc; } @@ -215,7 +211,6 @@ private: bool has_vertex_viewport_layer{}; bool has_image_load_formatted{}; bool has_texture_shadow_lod{}; - bool has_vertex_buffer_unified_memory{}; bool has_astc{}; bool has_variable_aoffi{}; bool has_component_indexing_bug{}; |
