|
Hymn to Beauty
C++ 3D Engine
|
#include "Buffer.hpp"#include "VertexDescription.hpp"#include "GeometryBinding.hpp"#include "RenderPass.hpp"#include "Shader.hpp"#include "Texture.hpp"#include "Sampler.hpp"#include "GraphicsPipeline.hpp"#include <glm/glm.hpp>#include <initializer_list>#include <vector>#include <Utility/Profiling/Event.hpp>Go to the source code of this file.
Classes | |
| class | Video::LowLevelRenderer |
| Low level renderer abstracting the underlaying graphics API (OpenGL or Vulkan). More... | |
| struct | Video::LowLevelRenderer::OptionalFeatures |
| Optional features. More... | |
Namespaces | |
| namespace | Video |