Skip to content
Snippets Groups Projects
Commit 94df8690 authored by Romain Vimont's avatar Romain Vimont Committed by Jean-Baptiste Kempf
Browse files

opengl: renderer: do not enable GL_CULL_FACE


The OpenGL states must not be set on Open, but on each Draw call if
necessary (they may impact other filters).

In practice, it is not necessary to set them at all:
 - GL_CULL_FACE is useless for the renderer;
 - the other states are assumed to be the default values in all other
   filters.

Suggested-by: default avatarNiklas Haas <git@haasn.dev>
parent 59d2debd
No related branches found
No related tags found
1 merge request!784opengl: renderer: do not enable GL_CULL_FACE
Pipeline #148709 passed with stage
in 13 minutes and 42 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment