CB_Decal_Volatile

Description

[ConstantBuffer]
static class Tinman.Shaders.Terrain.CB_Decal_Volatile

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

A constant buffer for use with DecalParameters.

Public / Attributes

Decal​Color


public static attribute DecalColor → (float4)

The constant data field g_decalColor.

Decal​Offset


public static attribute DecalOffset → (float4)

The constant data field g_decalOffset.

Decal​U


public static attribute DecalU → (float3)

The constant data field g_decalU.

Decal​V


public static attribute DecalV → (float3)

The constant data field g_decalV.

Decal​Warp


public static attribute DecalWarp → (float3x3)

The constant data field g_decalWarp.