Method

Gsk.ShaderArgsBuilder.set_vec3

Declaration [src]

void
gsk_shader_args_builder_set_vec3 (
  GskShaderArgsBuilder* builder,
  int idx,
  const graphene_vec3_t* value
)

Description [src]

Sets the value of the uniform idx.

The uniform must be of vec3 type.

Parameters

idx int
 

index of the uniform

value const graphene_vec3_t*
 

value to set the uniform too

 Ownership is not transferred to the callee