Package glitter :: Package misc :: Module sync :: Class Sync
[hide private]
[frames] | no frames]

Class Sync

source code

             object --+        
                      |        
 utils.objects.GLObject --+    
                          |    
utils.objects.ManagedObject --+
                              |
                             Sync
Known Subclasses:


To Do: Implement properties using glGetSynciv.

Instance Methods [hide private]
 
__init__(self, context=None)
Create a new ManagedObject using _generate_id.
source code

Inherited from utils.objects.ManagedObject: __del__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _delete_id = _libraries ['libGL.so.1'].glDeleteSync
Destructor function.

Inherited from utils.objects.ManagedObject (private): _db, _generate_id, _type

Instance Variables [hide private]

Inherited from utils.objects.ManagedObject (private): _id

Inherited from utils.objects.GLObject (private): _context

Properties [hide private]

Inherited from utils.objects.GLObject: context

Inherited from object: __class__

Method Details [hide private]

__init__(self, context=None)
(Constructor)

source code 

Create a new ManagedObject using _generate_id.

Parameters:
  • context - The parent context.
Overrides: object.__init__
(inherited documentation)