xoreos  0.0.5
Namespaces | Functions
renderqueue.cpp File Reference

Render queue, for efficient OpenGL render calls. More...

#include <cassert>
#include "glm/gtc/type_ptr.hpp"
#include "src/graphics/render/renderqueue.h"
#include "src/common/util.h"
#include <algorithm>
Include dependency graph for renderqueue.cpp:

Go to the source code of this file.

Namespaces

 Graphics
 
 Graphics::Render
 

Functions

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

Detailed Description

Render queue, for efficient OpenGL render calls.

Definition in file renderqueue.cpp.