gsk.shader_args_builder
Module for [ShaderArgsBuilder] class
class ShaderArgsBuilder
Types 1
An object to build the uniforms data for a gsk.glshader.GLShader.
Methods
glib.bytes.Bytes toArgs() nothrowCreates a new [glib.bytes.Bytes] args from the current state of the given builder.Constructors
this(gsk.glshader.GLShader shader, glib.bytes.Bytes initialValues = null)Allocates a builder that can be used to construct a new uniform data chunk.