Method

GskShaderArgsBuilderset_vec2

Declaration [src]

void
gsk_shader_args_builder_set_vec2 (
  GskShaderArgsBuilder* builder,
  int idx,
  const graphene_vec2_t* value
)

Description [src]

Sets the value of the uniform idx.

The uniform must be of vec2 type.

Parameters

idx

Type: int

Index of the uniform.

value

Type: graphene_vec2_t

Value to set the uniform too.

The data is owned by the caller of the method.