We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928ef39 commit 8a0e8b7Copy full SHA for 8a0e8b7
demosys/context/glfw.py
@@ -46,13 +46,13 @@ def __init__(self):
46
47
glfw.window_hint(glfw.DOUBLEBUFFER, GL.GL_TRUE)
48
49
- glfw.window_hint(glfw.RED_BITS, 8)
50
- glfw.window_hint(glfw.GREEN_BITS, 8)
51
- glfw.window_hint(glfw.BLUE_BITS, 8)
52
- glfw.window_hint(glfw.ALPHA_BITS, 8)
+ # glfw.window_hint(glfw.RED_BITS, 8)
+ # glfw.window_hint(glfw.GREEN_BITS, 8)
+ # glfw.window_hint(glfw.BLUE_BITS, 8)
+ # glfw.window_hint(glfw.ALPHA_BITS, 8)
53
54
glfw.window_hint(glfw.DEPTH_BITS, 24)
55
- glfw.window_hint(glfw.STENCIL_BITS, 8)
+ # glfw.window_hint(glfw.STENCIL_BITS, 8)
56
57
monitor = None
58
if settings.WINDOW.get('fullscreen'):
0 commit comments