Handbook
Glossary
cogl_pipeline_set_alpha_test_function ( pipeline alpha_func alpha_reference -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
pipeline
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_pipeline_set_alpha_test_function
( CoglPipeline* pipeline,
CoglPipelineAlphaFunc
alpha_func,
gfloat
alpha_reference )