LineFeatureLevel

Description

enum Tinman.Engine.Rendering.Effects.LineFeatureLevel

Enumeration of GPU feature levels for line rendering, i.e. Primitive.LineList and Primitive.LineStrip primitives.

The feature levels are described in terms of DirectX, but can be applied to other graphics APIs as well.

See also

ILineThickness

Public / Constants

DX9

public constant DX9 → (0:int32)

GPU feature level comparable to DirectX 9.

The following restrictions are in place for this feature level:

DX10

public constant DX10 → (1:int32)

GPU feature level comparable to DirectX 10.

No restrictions are in place for this feature level.