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.

Parameters

euler

Type: graphene_euler_t

A #graphene_euler_t.

The data is owned by the caller of the method.