Handbook
Glossary
cogl_material_set_alpha_test_function ( material alpha_func alpha_reference -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
material
an
object
alpha_func
an
object
alpha_reference
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_alpha_test_function
( CoglMaterial* material,
CoglMaterialAlphaFunc
alpha_func,
gfloat
alpha_reference )