| Import line: | Cogl = imports.gi.Cogl; |
| GIR File: | Cogl-1.0.gir |
| C documentation: | CoglMaterialWrapMode |
| Enum : | MaterialWrapMode |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Cogl.MaterialWrapMode.AUTOMATIC : 519
|
|
|
Number Cogl.MaterialWrapMode.CLAMP_TO_EDGE : 33071
|
|
|
Number Cogl.MaterialWrapMode.REPEAT : 10497
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Cogl
Method |
Gets the wrap mode for the 's' coordinate of texture lookups on this layer.
|
|
Cogl
Method |
Gets the wrap mode for the 't' coordinate of texture lookups on this layer.
|
|
Cogl
Method |
Cogl.material_set_layer_wrap_mode
(void* material, Number layer_index, MaterialWrapMode mode)
:
none
Sets the wrap mode for both coordinates of texture lookups on this layer.
|
|
Cogl
Method |
Cogl.material_set_layer_wrap_mode_s
(void* material, Number layer_index, MaterialWrapMode mode)
:
none
Sets the wrap mode for the 's' coordinate of texture lookups on this layer.
|
|
Cogl
Method |
Cogl.material_set_layer_wrap_mode_t
(void* material, Number layer_index, MaterialWrapMode mode)
:
none
Sets the wrap mode for the 't' coordinate of texture lookups on this layer.
|