summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_device.h
diff options
context:
space:
mode:
authorAmeer J <52414509+ameerj@users.noreply.github.com>2023-11-19 23:17:16 +0100
committerAmeer J <52414509+ameerj@users.noreply.github.com>2023-11-19 23:17:16 +0100
commita595ed499d3a21a251c3376c0c34a589c32088a9 (patch)
tree9a0c90aa176447c7ee876d76a674b303e3e66d9a /src/video_core/renderer_opengl/gl_device.h
parentMerge pull request #12036 from FernandoS27/you-should-have-more-than-one-towel (diff)
downloadyuzu-a595ed499d3a21a251c3376c0c34a589c32088a9.tar
yuzu-a595ed499d3a21a251c3376c0c34a589c32088a9.tar.gz
yuzu-a595ed499d3a21a251c3376c0c34a589c32088a9.tar.bz2
yuzu-a595ed499d3a21a251c3376c0c34a589c32088a9.tar.lz
yuzu-a595ed499d3a21a251c3376c0c34a589c32088a9.tar.xz
yuzu-a595ed499d3a21a251c3376c0c34a589c32088a9.tar.zst
yuzu-a595ed499d3a21a251c3376c0c34a589c32088a9.zip
Diffstat (limited to 'src/video_core/renderer_opengl/gl_device.h')
-rw-r--r--src/video_core/renderer_opengl/gl_device.h5
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{};