Method

CoglFramebufferrotate_euler

Declaration [src]

void
cogl_framebuffer_rotate_euler (
  CoglFramebuffer* framebuffer,
  const graphene_euler_t* euler
)

Description [src]

Multiplies the current model-view matrix by one that rotates according to the rotation described by euler.

Stability:Unstable
Available since:2.0

Parameters

euler const graphene_euler_t*
 

A #graphene_euler_t.

 The data is owned by the caller of the function.