SKRuntimeEffect.BuildShader(String) 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.
Compiles SkSL source code and returns a shader builder.
public static SkiaSharp.SKRuntimeShaderBuilder BuildShader(string sksl);
Parameters
- sksl
- String
The SkSL shader source code.
Returns
A new shader builder.