Method
GskShaderArgsBuilderset_vec2
deprecated: 4.16
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.
Deprecated since: 4.16
GTK’s new Vulkan-focused rendering does not support this feature. Use GtkGLArea for OpenGL rendering.
Parameters
- idx
- 
            Type: intIndex of the uniform. 
- value
- 
            Type: graphene_vec2_tValue to set the uniform too. The data is owned by the caller of the method.