xoreos  0.0.5
Classes | Functions
Graphics::Render Namespace Reference

Classes

class  RenderManager
 
class  RenderQueue
 

Functions

bool compareShader (const RenderQueue::RenderQueueNode &a, const RenderQueue::RenderQueueNode &b)
 
bool compareDepth (const RenderQueue::RenderQueueNode &a, const RenderQueue::RenderQueueNode &b)
 

Function Documentation

◆ compareDepth()

bool Graphics::Render::compareDepth ( const RenderQueue::RenderQueueNode a,
const RenderQueue::RenderQueueNode b 
)

Definition at line 53 of file renderqueue.cpp.

References Graphics::Render::RenderQueue::RenderQueueNode::reference.

Referenced by Graphics::Render::RenderQueue::sortDepth().

Here is the caller graph for this function:

◆ compareShader()

bool Graphics::Render::compareShader ( const RenderQueue::RenderQueueNode a,
const RenderQueue::RenderQueueNode b 
)