GLObject¶
-
class
glumpy.gloo.GLObject¶ Bases:
objectGeneric GL object that may live both on CPU and GPU
-
activate()¶ Activate the object on GPU
-
deactivate()¶ Deactivate the object on GPU
-
delete()¶ Delete the object from GPU memory
-
handle¶ Name of this object on the GPU
-
need_create¶ Whether object needs to be created
-
need_delete¶ Whether object needs to be deleted
-
need_setup¶ Whether object needs to be setup
-
need_update¶ Whether object needs to be updated
-
target¶ OpenGL type of object.
-