Method
GskShaderArgsBuilderset_vec4
deprecated: 4.16
Declaration [src]
void
gsk_shader_args_builder_set_vec4 (
  GskShaderArgsBuilder* builder,
  int idx,
  const graphene_vec4_t* value
)
Description [src]
Sets the value of the uniform idx.
The uniform must be of vec4 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_vec4_tValue to set the uniform too. The data is owned by the caller of the method.