CompositionEffectFactoryLoadStatus Enum

Definition

The status of the asynchronous compilation of a shader for an effect description.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum CompositionEffectFactoryLoadStatus
C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum CompositionEffectFactoryLoadStatus
Inheritance
CompositionEffectFactoryLoadStatus
Attributes

Fields

Name Value Description
Other -1

Other error.

Success 0

The operation was successful.

EffectTooComplex 1

The effect was too complex.

Pending 2

The operation is still pending.

Applies to

Proizvod Verzije
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also