Trees | Indices | Help |
---|
|
object --+ | utils.objects.GLObject --+ | object --+ | | | utils.objects.StateMixin --+ | utils.objects.BindableObject --+ | TextureUnit
Proxy for a texture unit.
Warning: For internal use by TextureUnitList only. Do not instantiate or use directly; use the methods of TextureUnitList instead.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
_binding =
Name of the corresponding property in the Context. |
|||
texture_binding_1d = proxy for glBindTexture(GL_TEXTURE_1D)
|
|||
texture_binding_1d_array = proxy for glBindTexture(GL_TEXTURE_
|
|||
texture_binding_2d = proxy for glBindTexture(GL_TEXTURE_2D)
|
|||
texture_binding_2d_array = proxy for glBindTexture(GL_TEXTURE_
|
|||
texture_binding_2d_multisample = proxy for glBindTexture(GL_TE
|
|||
texture_binding_2d_multisample_array = proxy for glBindTexture
|
|||
texture_binding_3d = proxy for glBindTexture(GL_TEXTURE_3D)
|
|||
texture_binding_buffer = proxy for glBindTexture(GL_TEXTURE_BU
|
|||
texture_binding_cube_map = proxy for glBindTexture(GL_TEXTURE_
|
|||
texture_binding_rectangle = proxy for glBindTexture(GL_TEXTURE
|
|||
sampler_binding = proxy for glBindSampler(_unit)
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
Create a new
|
str(x)
|
|
texture_binding_1d_array
|
texture_binding_2d_array
|
texture_binding_2d_multisample
|
texture_binding_2d_multisample_array
|
texture_binding_buffer
|
texture_binding_cube_map
|
texture_binding_rectangle
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Mar 16 17:56:04 2012 | http://epydoc.sourceforge.net |