mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
gl: Fix check_state compilation error
This commit is contained in:
parent
0605b47a12
commit
1757b3cee6
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ namespace gl
|
|||
}
|
||||
|
||||
// Checks if GL state is still valid
|
||||
void check_state()
|
||||
static inline void check_state()
|
||||
{
|
||||
// GL_OUT_OF_MEMORY invalidates the OpenGL context and is actually the GL version of DEVICE_LOST.
|
||||
// This spec workaround allows it to be abused by ISVs to indicate a broken GL context.
|
||||
|
|
Loading…
Add table
Reference in a new issue