VideoSW: Use OpenGL Core context

This commit is contained in:
degasus
2015-10-09 09:25:09 +02:00
parent 61c3a0d9e4
commit b69bff0690
4 changed files with 52 additions and 60 deletions

View File

@ -41,6 +41,5 @@ private:
bool m_init {false};
u32 m_image_program, m_image_texture;
int m_attr_pos, m_attr_tex, m_uni_tex;
u32 m_image_program, m_image_texture, m_image_vao;
};