Enum PixelOptions
[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.