ShaderArgsBuilder.this

Allocates a builder that can be used to construct a new uniform data chunk.

  1. this(GskShaderArgsBuilder* gskShaderArgsBuilder, bool ownedRef)
  2. this(GLShader shader, Bytes initialValues)
    class ShaderArgsBuilder

Parameters

shader GLShader

a GskGLShader

initialValues Bytes

optional GBytes with initial values

Return Value

The newly allocated builder, free with [method@Gsk.ShaderArgsBuilder.unref]

Throws

ConstructionException GTK+ fails to create the object.

Meta