Table of Contents

Enum HlslUnaryOperator

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Framework.dll
public enum HlslUnaryOperator

Fields

Negate = 0

Corresponds to the - unary operator.

NegateAsInt = 1

Corresponds to the - unary operator.

BitwiseNot = 2

Corresponds to the ~ unary operator.

CastFloatToInt = 3

Corresponds to the (int4) unary operator.

CastFloatToUInt = 4

Corresponds to the (uint4) unary operator.

CastIntToFloat = 5

Corresponds to the (float4) unary operator.

CastIntToUInt = 6

Corresponds to the (uint4) unary operator.

CastUIntToFloat = 7

Corresponds to the (float4) unary operator.

CastUIntToInt = 8

Corresponds to the (int4) unary operator.