Method
CoglPipelineset_layer_matrix
Declaration [src]
void
cogl_pipeline_set_layer_matrix (
CoglPipeline* pipeline,
int layer_index,
const graphene_matrix_t* matrix
)
Description [src]
This function lets you set a matrix that can be used to e.g. translate and rotate a single layer of a pipeline used to fill your geometry.
Stability: | Unstable |
Available since: | 1.10 |
Parameters
layer_index |
int |
The index for the layer inside |
|
matrix |
graphene_matrix_t |
The transformation matrix for the layer. |
|
The data is owned by the caller of the function. |