Skip to content

Commit

Permalink
GSDeviceOGL: Fix Wunused-private-field warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningterror committed Nov 4, 2021
1 parent 71923e7 commit f712b2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pcsx2/GS/Renderers/OpenGL/GSDeviceOGL.h
Expand Up @@ -485,8 +485,6 @@ class GSDeviceOGL final : public GSDevice
std::unique_ptr<GL::StreamBuffer> m_vertex_stream_buffer;
std::unique_ptr<GL::StreamBuffer> m_index_stream_buffer;
GLuint m_vertex_array_object = 0;
u32 m_vertex_buffer_base_vertex = 0;
u32 m_index_buffer_offset = 0;
GLenum m_draw_topology = 0;

std::unique_ptr<GL::StreamBuffer> m_vertex_uniform_stream_buffer;
Expand Down

0 comments on commit f712b2b

Please sign in to comment.