Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glScissor must be disabled #10

Open
MungoBerry opened this issue May 8, 2019 · 0 comments
Open

glScissor must be disabled #10

MungoBerry opened this issue May 8, 2019 · 0 comments

Comments

@MungoBerry
Copy link

MungoBerry commented May 8, 2019

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 MungoBerry reopened this May 8, 2019
@MungoBerry MungoBerry changed the title glScissor must be enabled glScissor must be disabled May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant