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 int
 

Index of the uniform.

Return value

Returns: int
 

The data offset.