Cogl.MaterialLayer – cogl-1.0 Reference Manual
MaterialLayer
Object Hierarchy:
Cogl.MaterialLayer
Cogl.MaterialLayer
Cogl.MaterialLayer
Cogl.Handle
Cogl.Handle
Cogl.Handle->Cogl.MaterialLayer
Description:
[
CCode
( cname =
"CoglHandle"
) ]
[
Compact
]
public
class
MaterialLayer
:
Handle
Namespace:
Cogl
Package:
cogl-1.0
Content:
Static methods:
public
static
MaterialWrapMode
get_wrap_mode_p
(
MaterialLayer
layer)
Gets the wrap mode for the 'p' coordinate of texture lookups on this layer.
public
static
MaterialWrapMode
get_wrap_mode_s
(
MaterialLayer
layer)
Gets the wrap mode for the 's' coordinate of texture lookups on this layer.
public
static
MaterialWrapMode
get_wrap_mode_t
(
MaterialLayer
layer)
Gets the wrap mode for the 't' coordinate of texture lookups on this layer.
public
static
Type
type_get_type
()
Methods:
public
MaterialFilter
get_mag_filter
()
Queries the currently set downscaling filter for a material later
public
MaterialFilter
get_min_filter
()
Queries the currently set downscaling filter for a material layer
public
unowned
Texture
?
get_texture
()
Extracts a texture handle for a specific layer.
public
MaterialLayerType
get_type
()
Retrieves the type of the layer
Inherited Members:
All known members inherited from class Cogl.Handle
is_bitmap
is_buffer
is_material
is_offscreen
is_pixel_buffer
is_program
is_shader
is_texture
is_vertex_buffer
2022 vala-language.org