Function
GskShaderArgsBuildernew
Declaration [src]
GskShaderArgsBuilder*
gsk_shader_args_builder_new (
  GskGLShader* shader,
  GBytes* initial_values
)
Parameters
| shader | GskGLShader | 
| A  | |
| The data is owned by the caller of the function. | |
| initial_values | GBytes | 
| Optional  | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | 
Return value
| Returns: | GskShaderArgsBuilder | 
| The newly allocated builder, free with
     | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |