Method

CoglFramebufferset_modelview_matrix

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 const graphene_matrix_t*
 

The new model-view matrix.

 The data is owned by the caller of the function.