CB_Camera_Static

Description

[ConstantBuffer]
static class Tinman.Shaders.CB_Camera_Static

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

A constant buffer for use with CameraParameters.

Public / Attributes

Camera


[Length(6)]
public static attribute Camera → (float3 [ ])

The constant data field g_camera.

View​Projection​Far


public static attribute ViewProjectionFar → (float32)

The constant data field g_viewProjectionFar.

View​Projection​Matrix


[Length(2)]
public static attribute ViewProjectionMatrix → (float4x4 [ ])

The constant data field g_viewProjectionMatrix.