microui icon indicating copy to clipboard operation
microui copied to clipboard

glScissor must be disabled

Open MungoBerry opened this issue 6 years ago • 0 comments

Hi,

it seems I must disable glScissor to works properly on AMD Radeon HD 6450 card. When I drag windows around glScissor fails:

glscissor

I've solved adding glEnable(GL_SCISSOR_TEST) to r_clear() func and glDisable(GL_SCISSOR_TEST) to r_present() func. I understand this is a quick demo but a not OpenGL expert like me can need to fix this.

Maybe there's a better workaround ?

Thank you.

MungoBerry avatar May 08 '19 13:05 MungoBerry