Method

CoglFramebufferset_projection_matrix

Declaration [src]

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

Description [src]

Sets matrix as the new projection matrix.

Stability:Unstable
Available since:1.10

Parameters

matrix const graphene_matrix_t*
 

The new projection matrix.

 The data is owned by the caller of the function.