Fbo: abstraction to use hardware/software FrameBuffer object
Fbo wrapper to the best FBO available on system
alias of AutoselectFbo
Bases: pymt.graphx.fbo.AbstractFbo
OpenGL Framebuffer, hardware implementation.
Warning
It’s not supported by all hardware, use with care !
Bases: pymt.graphx.fbo.AbstractFbo
OpenGL Framebuffer, software implementation.
Warning
Poor performance, but you can use it in hardware don’t support real Fbo extensions...