Method

CoglFramebufferset_modelview_matrix

since: 1.10

Declaration [src]

void
cogl_framebuffer_set_modelview_matrix (
  CoglFramebuffer* framebuffer,
  const graphene_matrix_t* matrix
)

Description [src]

Sets matrix as the new model-view matrix.

Stability: Unstable

Available since: 1.10

Parameters

matrix

Type: graphene_matrix_t

The new model-view matrix.

The data is owned by the caller of the function.