- 
                Notifications
    You must be signed in to change notification settings 
- Fork 14
Open
Description
Some missing (imporant options). Trying to be conservative here. The are ordered by importance:
- depth_bitsto specify resolution for depth buffer. The default 16 bits is often not enough.
- samplesspecifying the number of MSAA samples for the default framebuffer
- gl_versionto specify a a minimum gl version the user expects.
- Maybe also a coreandforward_compatibleparameter. At leastcoreis probably needed.
- Possibly a way to control vsync, but tkinter might be in control of that? (Not researched)
It can just be parameters to baseOpenGLFrame.
Metadata
Metadata
Assignees
Labels
No labels