Skip to content

2.4.4

Compare
Choose a tag to compare
@einarf einarf released this 18 May 11:07
· 66 commits to master since this release

2.4.4

  • Added --backend option to specify context backend.
    This is mostly for the headless window to enable EGL.
  • Window now has a backend property containing the name of the context backend
  • Window now has a headless boolean property to check if the window is headless.
    This is useful for adding headless only paths in your code.
  • Added stencil bits to window framebuffers by default