Antkeeper
0.0.1
|
#include <engine/render/pass.hpp>
#include <engine/gl/shader-template.hpp>
#include <engine/gl/shader-program.hpp>
#include <engine/gl/shader-variable.hpp>
#include <engine/gl/vertex-buffer.hpp>
#include <engine/gl/vertex-array.hpp>
#include <engine/gl/texture.hpp>
#include <functional>
#include <memory>
Go to the source code of this file.
Classes | |
class | render::final_pass |
Namespaces | |
render | |
High-level rendering. | |