Package glitter :: Package shaders :: Module shader :: Class Shader
[hide private]
[frames] | no frames]

Class Shader

source code

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

Instance Methods [hide private]
 
__init__(self, source=None, compile=None, context=None)
Create a new ManagedObject using _generate_id.
source code
 
compile(self) 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]
  _generate_id = _libraries ['libGL.so.1'].glCreateShader
Constructor function.
  _delete_id = _libraries ['libGL.so.1'].glDeleteShader
Destructor function.
  _db = 'shaders'
The name of the corresponding object database in the Context.

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

Instance Variables [hide private]

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

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

Properties [hide private]
  _log
  source

Inherited from utils.objects.GLObject: context

Inherited from object: __class__

Method Details [hide private]

__init__(self, source=None, compile=None, context=None)
(Constructor)

source code 

Create a new ManagedObject using _generate_id.

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

Property Details [hide private]

_log

Get Method:
unreachable._log(self)

source

Get Method:
unreachable.source(self)
Set Method:
unreachable.source(self, source)