GSDeviceOGL: Fix Wunused-private-field warnings.

This commit is contained in:
lightningterror 2021-11-04 11:18:26 +01:00
parent 71923e7cba
commit f712b2b63a
1 changed files with 0 additions and 2 deletions

View File

@ -485,8 +485,6 @@ private:
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;