Edit

SKRuntimeShaderBuilder(SKRuntimeEffect) Constructor

Definition

Initializes a new instance of the SKRuntimeShaderBuilder class for the specified runtime effect.

public SKRuntimeShaderBuilder(SkiaSharp.SKRuntimeEffect effect);

Parameters

effect
SKRuntimeEffect

The compiled shader runtime effect.

Applies to