Handbook
Glossary
cogl_material_set_layer_filters ( material layer_index min_filter mag_filter -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
material
an
object
layer_index
an
object
min_filter
an
object
mag_filter
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.cogl.ffi
LIBRARY:
clutter.cogl
FUNCTION:
void
cogl_material_set_layer_filters
( CoglMaterial* material,
gint
layer_index,
CoglMaterialFilter
min_filter,
CoglMaterialFilter
mag_filter
)