Table of Contents

Enum ChangeType

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Describes flags that influence how the renderer interacts with a custom vertex shader.

public enum ChangeType

Fields

Context = 2

The context state changed.

Graph = 3

The effect?s transform graph has changed. This happens only when an effect supports a variable input count.

None = 0

There were no changes.

Properties = 1

The properties of the effect changed.