v_sim.GlExtClass¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
allExtensions |
[ |
r |
the list of all stored |
draw |
r |
a method called when the extension is marked as dirty. |
|
parent |
r |
private. |
|
rebuild |
r |
a method called when some new OpenGL context appears and some graphical resources should be allocated. |
|
release |
r |
a method called when the OpenGL resources allocated in the rebuild method should be finalised. |
|
render |
r |
a method called at each OpenGL rendering cycle. |
|
renderText |
r |
a method called at each OpenGL rendering cycle, dedicated to text rendering. |
|
setGlView |
r |
a method to attach a |
Methods¶
None
Details¶
- class v_sim.GlExtClass¶
Common name to refer to a #_VisuGlExtClass.