CB_Camera_Static Description [ConstantBuffer] static class Tinman.Engine.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. ViewProjectionFar public static attribute ViewProjectionFar → (float32) The constant data field g_viewProjectionFar. ViewProjectionMatrix [Length(2)] public static attribute ViewProjectionMatrix → (float4x4 [ ]) The constant data field g_viewProjectionMatrix. YawPitchRollTransform CB_Lighting_Dynamic