Fields

@:optionaloptionalsort_order:Null<RenderSortOrder>

  • Order to sort draw calls (optional)

@:optionaloptionalfrustum_planes:Null<RenderDrawFrustumPlanes>

  • Determines which sides of the frustum will be used. Default is Sides.

@:optionaloptionalfrustum:Null<Matrix4>

  • A frustum matrix used to cull renderable items. (E.g. local frustum = proj * view).

@:optionaloptionalconstants:Null<RenderConstantBuffer>

  • Constants to use while rendering