Skip to content

Instantly share code, notes, and snippets.

@kived
Created June 13, 2015 22:01
Show Gist options
  • Save kived/5fd2ef8d87176c2dbdd7 to your computer and use it in GitHub Desktop.
Save kived/5fd2ef8d87176c2dbdd7 to your computer and use it in GitHub Desktop.
Kivy: osx fbo stencilbuffer
from kivy.core.window import Window
from kivy.graphics.fbo import Fbo
Fbo(size=(100, 100), with_stencilbuffer=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment