Created
June 13, 2015 22:01
-
-
Save kived/5fd2ef8d87176c2dbdd7 to your computer and use it in GitHub Desktop.
Kivy: osx fbo stencilbuffer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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