VS_Out

Description

[StageInOut]
struct Tinman.Shaders.Graphics.VS_Out

Full source code is included in the Tinman 3D SDK download.

Vertex shader output for IGraphicsEffect.

Public / Attributes

Clip


[TexCoord(0)]
public attribute Clip → (float2)

Clip distance vector for rendering thick lines.

Color


[Color]
public attribute Color → (float4)

The vertex color.

Coords


[TexCoord(1)]
public attribute Coords → (float2)

The texture coordinates of the vertex.

Position


[System(Value.Position)]
public attribute Position → (float4)

The vertex position.

Screen


[TexCoord(2)]
public attribute Screen → (float2)

The screen-space coordinates of the vertex.