Handbook
Glossary
cogl_program_attach_shader ( program_handle shader_handle -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
program_handle
an
object
shader_handle
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
clutter.cogl.ffi
LIBRARY:
clutter.cogl
FUNCTION:
void
cogl_program_attach_shader
(
CoglHandle
program_handle,
CoglHandle
shader_handle )