mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
VideoBackends:OGL: Creating vertex formats shouldn't unbind anything
This commit is contained in:
parent
44f8b8c100
commit
e3cc42069f
3 changed files with 10 additions and 1 deletions
|
@ -69,6 +69,7 @@ class ProgramShaderCache
|
|||
{
|
||||
public:
|
||||
static void BindVertexFormat(const GLVertexFormat* vertex_format);
|
||||
static void ReBindVertexFormat();
|
||||
static bool IsValidVertexFormatBound();
|
||||
static void InvalidateVertexFormat();
|
||||
static void InvalidateVertexFormatIfBound(GLuint vao);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue