Behaviour

Description

[Flags]
enum Tinman.Gpu.Semantic.Behaviour

Enumeration of special behaviour flags.

See also

With

Public / Constants

None

public constant None → (0:int32)

No special behaviour.

NoPerspective

public constant NoPerspective → (1:int32)

Do not perform perspective correction during interpolation.

See also

PixelShader

Centroid

public constant Centroid → (2:int32)

Use centroid sampling.

See also

PixelShader

Sample

public constant Sample → (4:int32)

Use sample frequency for Pixel Shader.

See also

PixelShader

GroupShared

public constant GroupShared → (8:int32)

Place variable in group-shared memory.

See also

ComputeShader

All

public constant All → (15:int32)

A behaviour flags.