PYME.LMVis.shader_programs.ShaderProgramFactory module

class PYME.LMVis.shader_programs.ShaderProgramFactory.ShaderProgramFactory

Bases: object

static get_program(class_name, context=None, window=None)
Parameters
class_name is the real class of the ShaderProgram
Returns
object of the given class. If there’s already an existing one. That one is returned.