Method

GskGLShaderget_uniform_type

Declaration [src]

GskGLUniformType
gsk_gl_shader_get_uniform_type (
  GskGLShader* shader,
  int idx
)

Description [src]

Get the type of the declared uniform for this shader at index idx.

Parameters

idx

Type: int

Index of the uniform.

Return value

Type: GskGLUniformType

The type of the declared uniform.