Method

Gsk.ShaderArgsBuilder.set_float

Declaration [src]

void
gsk_shader_args_builder_set_float (
  GskShaderArgsBuilder* builder,
  int idx,
  float value
)

Description [src]

Sets the value of the uniform idx.

The uniform must be of float type.

Parameters

idx int
 

index of the uniform

value float
 

value to set the uniform to