mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-02-16 10:41:03 +00:00
Fix the GL error assert macro
This commit is contained in:
@@ -19,7 +19,7 @@ static unsigned int s_LastSpsLength;
|
||||
static unsigned int s_LastPpsLength;
|
||||
static uint64_t s_LastPaintFinishedTime;
|
||||
|
||||
#define assertNoGLError() assert(!g_Instance->m_GlesApi->GetError(g_Instance->m_Graphics3D->pp_resource()))
|
||||
#define assertNoGLError() assert(!glGetError())
|
||||
|
||||
static const char k_VertexShader[] =
|
||||
"varying vec2 v_texCoord; \n"
|
||||
|
||||
Reference in New Issue
Block a user