Method

GskShaderArgsBuilderset_uint

Declaration [src]

void
gsk_shader_args_builder_set_uint (
  GskShaderArgsBuilder* builder,
  int idx,
  guint32 value
)

Description [src]

Sets the value of the uniform idx.

The uniform must be of uint type.

Parameters

idx

Type: int

Index of the uniform.

value

Type: guint32

Value to set the uniform to.