Antkeeper
0.0.1
|
#include <engine/render/stage.hpp>
#include <engine/gl/shader-template.hpp>
#include <engine/gl/shader-program.hpp>
#include <engine/gl/shader-variable.hpp>
#include <engine/gl/pipeline.hpp>
#include <engine/gl/vertex-array.hpp>
#include <engine/gl/vertex-buffer.hpp>
#include <engine/resources/resource-manager.hpp>
#include <functional>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | render::light_probe_stage |
Updates light probes. More... | |
Namespaces | |
render | |
High-level rendering. | |