Plasma Engine
2.0
Loading...
Searching...
No Matches
SortingFunctions.h
1
#pragma once
2
3
#include <RendererCore/Pipeline/Declarations.h>
4
5
class
PL_RENDERERCORE_DLL
plRenderSortingFunctions
6
{
7
public
:
8
static
plUInt64 ByRenderDataThenFrontToBack(
const
plRenderData
* pRenderData,
const
plCamera
& camera);
9
static
plUInt64 BackToFrontThenByRenderData(
const
plRenderData
* pRenderData,
const
plCamera
& camera);
10
};
plCamera
A camera class that stores the orientation and some basic camera settings.
Definition
Camera.h:41
plRenderData
Base class for all render data. Render data must contain all information that is needed to render the...
Definition
RenderData.h:14
plRenderSortingFunctions
Definition
SortingFunctions.h:6
Code
Engine
RendererCore
Pipeline
SortingFunctions.h
Generated by
1.11.0