Struct
GskShaderArgsBuilder
since: 4.0
Description [src]
struct GskShaderArgsBuilder {
/* No available fields */
}
An object to build the uniforms data for a GskGLShader
.
Available since: 4.0
Constructors
gsk_shader_args_builder_new
Allocates a builder that can be used to construct a new uniform data chunk.
since: 4.0
Instance methods
gsk_shader_args_builder_free_to_args
Creates a new GBytes
args from the current state of the
given builder
, and frees the builder
instance.
since: 4.0
gsk_shader_args_builder_ref
Increases the reference count of a GskShaderArgsBuilder
by one.
since: 4.0
gsk_shader_args_builder_to_args
Creates a new GBytes
args from the current state of the
given builder
.
since: 4.0
gsk_shader_args_builder_unref
Decreases the reference count of a GskShaderArgBuilder
by one.
since: 4.0