Table of Contents

Enum PixelOptions

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Flags]
public enum PixelOptions

Fields

None = 0

The pixel shader is not restricted in its sampling.

TrivialSampling = 1

The pixel shader samples inputs only at the same scene coordinate as the output pixel and returns transparent black whenever the input pixels are also transparent black.