Trees | Indices | Help |
---|
|
object --+ | utils.objects.GLObject --+ | utils.objects.ManagedObject --+ | object --+ | | | utils.objects.GLObject --+ | | | object --+ | | | | | utils.objects.StateMixin --+ | | | utils.objects.BindReleaseObject --+ | Texture
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
_generate_id = _libraries ['libGL.so.1'].glGenTextures Constructor function. |
|||
_delete_id = _libraries ['libGL.so.1'].glDeleteTextures Destructor function. |
|||
_db =
The name of the corresponding object database in the Context. |
|||
_ndim = NotImplemented
|
|||
_set = NotImplemented
|
|||
compare_funcs = Enum(NEVER, LESS, EQUAL, LEQUAL, GREATER, NOTE
|
|||
compare_modes = Enum(NONE, COMPARE_REF_TO_TEXTURE)
|
|||
min_filters = Enum(NEAREST, LINEAR, NEAREST_MIPMAP_LINEAR, LIN
|
|||
mag_filters = Enum(NEAREST, LINEAR)
|
|||
swizzles = Enum(ZERO, ONE, RED, GREEN, BLUE, ALPHA)
|
|||
wrapmodes = Enum(MIRRORED_REPEAT, REPEAT, CLAMP_TO_BORDER, CLA
|
|
|||
Inherited from Inherited from |
|
|||
data | |||
shape | |||
dtype | |||
_iformat | |||
_format | |||
_type An optional parameter for _generate_id .
|
|||
base_level | |||
border_color | |||
compare_func | |||
compare_mode | |||
immutable_format | |||
lod_bias | |||
min_filter | |||
mag_filter | |||
min_lod | |||
max_lod | |||
max_level | |||
swizzle_r | |||
swizzle_g | |||
swizzle_b | |||
swizzle_a | |||
swizzle_rgba | |||
wrap_s | |||
wrap_t | |||
wrap_r | |||
Inherited from Inherited from |
|
Method for binding
|
Method for releasing
|
Create a new
|
Return a tuple describing a texture layer. This is mainly provided as a convenience notation for binding texture layers to Framebuffers. |
|
compare_funcs
|
min_filters
|
wrapmodes
|
|
data
|
shape
|
dtype
|
_iformat
|
_format
|
_typeAn optional parameter for Example:
|
base_level
|
border_color
|
compare_func
|
compare_mode
|
immutable_format
|
lod_bias
|
min_filter
|
mag_filter
|
min_lod
|
max_lod
|
max_level
|
swizzle_r
|
swizzle_g
|
swizzle_b
|
swizzle_a
|
swizzle_rgba
|
wrap_s
|
wrap_t
|
wrap_r
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Mar 16 17:56:04 2012 | http://epydoc.sourceforge.net |