Fbo: abstraction to use hardware/software FrameBuffer object

Fbo: abstraction to use hardware/software FrameBuffer object

pymt.graphx.fbo.Fbo

Fbo wrapper to the best FBO available on system

alias of AutoselectFbo

class pymt.graphx.fbo.HardwareFbo(**kwargs)

Bases: pymt.graphx.fbo.AbstractFbo

OpenGL Framebuffer, hardware implementation.

Warning

It’s not supported by all hardware, use with care !

class pymt.graphx.fbo.SoftwareFbo(**kwargs)

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...

Previous topic

Draw: primitive drawing

Next topic

Paint: brush, texturing...

This Page