Method

CoglFramebufferscale

Declaration [src]

void
cogl_framebuffer_scale (
  CoglFramebuffer* framebuffer,
  float x,
  float y,
  float z
)

Description [src]

Multiplies the current model-view matrix by one that scales the x, y and z axes by the given values.

Stability:Unstable
Available since:1.10

Parameters

x float
 

Amount to scale along the x-axis.

y float
 

Amount to scale along the y-axis.

z float
 

Amount to scale along the z-axis.