Method

GskGLShaderget_uniform_offset

Declaration [src]

int
gsk_gl_shader_get_uniform_offset (
  GskGLShader* shader,
  int idx
)

Description [src]

Get the offset into the data block where data for this uniforms is stored.

Parameters

idx

Type: int

Index of the uniform.

Return value

Type: int

The data offset.