|
xoreos
0.0.5
|
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>
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) |
Render queue, for efficient OpenGL render calls.
Definition in file renderqueue.cpp.
1.8.14