mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
VideoSW: Use OpenGL Core context
This commit is contained in:
parent
61c3a0d9e4
commit
b69bff0690
4 changed files with 52 additions and 60 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue