Import line: | Cogl = imports.gi.Cogl; |
GIR File: | Cogl-1.0.gir |
C documentation: | CoglMaterialWrapMode |
Enum : | MaterialWrapMode |
Properties | |
---|---|
guint32 Cogl.MaterialWrapMode.AUTOMATIC : 519
|
|
guint32 Cogl.MaterialWrapMode.CLAMP_TO_EDGE : 33071
|
|
guint32 Cogl.MaterialWrapMode.REPEAT : 10497
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Cogl.Material
Method |
get_layer_wrap_mode_p
(gint32 layer_index)
:
Cogl.MaterialWrapMode
|
Cogl.Material
Method |
get_layer_wrap_mode_s
(gint32 layer_index)
:
Cogl.MaterialWrapMode
|
Cogl.Material
Method |
get_layer_wrap_mode_t
(gint32 layer_index)
:
Cogl.MaterialWrapMode
|
Cogl.Material
Method |
set_layer_wrap_mode
(gint32 layer_index, MaterialWrapMode mode)
:
none
Sets the wrap mode for both coordinates of texture lookups on this
layer. |
Cogl.Material
Method |
set_layer_wrap_mode_p
(gint32 layer_index, MaterialWrapMode mode)
:
none
|
Cogl.Material
Method |
set_layer_wrap_mode_s
(gint32 layer_index, MaterialWrapMode mode)
:
none
Sets the wrap mode for the 's' coordinate of texture lookups on this layer.
|
Cogl.Material
Method |
set_layer_wrap_mode_t
(gint32 layer_index, MaterialWrapMode mode)
:
none
Sets the wrap mode for the 't' coordinate of texture lookups on this layer.
|
Cogl.MaterialLayer
Method |
get_wrap_mode_p
()
:
Cogl.MaterialWrapMode
|
Cogl.MaterialLayer
Method |
get_wrap_mode_s
()
:
Cogl.MaterialWrapMode
Gets the wrap mode for the 's' coordinate of texture lookups on this layer.
|
Cogl.MaterialLayer
Method |
get_wrap_mode_t
()
:
Cogl.MaterialWrapMode
Gets the wrap mode for the 't' coordinate of texture lookups on this layer.
|