summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_buffer_cache.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-01-07 21:48:50 +0100
committerLiam <byteslice@airmail.cc>2023-01-07 21:48:50 +0100
commit57a4388e2defa2ba73b72a27061f2bc69c65a506 (patch)
tree4aee7bb4fa870a86b23f918db32bf63d0dbf82c7 /src/video_core/renderer_opengl/gl_buffer_cache.h
parentMerge pull request #9570 from liamwhite/less-clock-boost (diff)
downloadyuzu-57a4388e2defa2ba73b72a27061f2bc69c65a506.tar
yuzu-57a4388e2defa2ba73b72a27061f2bc69c65a506.tar.gz
yuzu-57a4388e2defa2ba73b72a27061f2bc69c65a506.tar.bz2
yuzu-57a4388e2defa2ba73b72a27061f2bc69c65a506.tar.lz
yuzu-57a4388e2defa2ba73b72a27061f2bc69c65a506.tar.xz
yuzu-57a4388e2defa2ba73b72a27061f2bc69c65a506.tar.zst
yuzu-57a4388e2defa2ba73b72a27061f2bc69c65a506.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/renderer_opengl/gl_buffer_cache.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/video_core/renderer_opengl/gl_buffer_cache.h b/src/video_core/renderer_opengl/gl_buffer_cache.h
index bb1962073..a8c3f8b67 100644
--- a/src/video_core/renderer_opengl/gl_buffer_cache.h
+++ b/src/video_core/renderer_opengl/gl_buffer_cache.h
@@ -160,10 +160,6 @@ public:
return device.CanReportMemoryUsage();
}
- u32 GetStorageBufferAlignment() const {
- return static_cast<u32>(device.GetShaderStorageBufferAlignment());
- }
-
private:
static constexpr std::array PABO_LUT{
GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV, GL_TESS_CONTROL_PROGRAM_PARAMETER_BUFFER_NV,