VS_In

Description

[StageInOut]
struct Tinman.Shaders.Graphics.VS_In

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

Vertex shader input for IGraphicsEffect.

Public / Attributes

Color


[Color]
public attribute Color → (float4)

The vertex color.

Coords


[TexCoord]
public attribute Coords → (float2)

The texture coordinates of the vertex.

Position


[Position]
public attribute Position → (float3)

The screen coordinates (including depth) of the vertex.