Struct gsk4::GLShaderBuilder [−][src]
pub struct GLShaderBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct GLShader
objects.
Implementations
Create a new GLShaderBuilder
.
Resource containing the source code for the shader.
If the shader source is not coming from a resource, this
will be None
.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GLShaderBuilder
impl Send for GLShaderBuilder
impl Sync for GLShaderBuilder
impl Unpin for GLShaderBuilder
impl UnwindSafe for GLShaderBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more