CB_Model_Dynamic

Description

[ConstantBuffer]
static class Tinman.Shaders.Model.CB_Model_Dynamic

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

A constant buffer for use with ModelRendererParameters and LineParameters.

Public / Attributes

Depth​Bias


[Order(0)]
public static attribute DepthBias → (float32)

The constant data field g_depthBias.

Line​Thickness


[Order(0)]
public static attribute LineThickness → (float3)

The constant data field g_lineThickness.

See also

LineParameters

Tangent​Mask


public static attribute TangentMask → (float3)

The constant data field g_tangentMask.

Vertex​Color


public static attribute VertexColor → (float2)

The constant data field g_vertexColor.