There was an error while loading. Please reload this page.
1 parent 724c69b commit 730f099Copy full SHA for 730f099
1 file changed
backends/imgui_impl_opengl3.cpp
@@ -385,6 +385,7 @@ static void ImGui_ImplOpenGL3_SetupRenderState(ImDrawData* draw_data, ImGui_Impl
385
glUniform1i(bd->AttribLocationTex, 0);
386
glUniformMatrix4fv(bd->AttribLocationProjMtx, 1, GL_FALSE, &ortho_projection[0][0]);
387
388
+ (void)render_state;
389
#ifdef IMGUI_IMPL_OPENGL_MAY_HAVE_BIND_SAMPLER
390
if (render_state->UseBindSampler)
391
{
0 commit comments