SKRuntimeShaderBuilder.Build Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Build() |
Builds a shader using the configured uniforms and children. |
| Build(SKMatrix) |
Builds a shader using the configured uniforms and children with a local transformation matrix. |
Build()
Builds a shader using the configured uniforms and children.
public SkiaSharp.SKShader Build();
Returns
A new shader, or null if the build failed.
Applies to
Build(SKMatrix)
Builds a shader using the configured uniforms and children with a local transformation matrix.
public SkiaSharp.SKShader Build(SkiaSharp.SKMatrix localMatrix);
Parameters
- localMatrix
- SKMatrix
The local transformation matrix to apply to the shader.
Returns
A new shader, or null if the build failed.