![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
#include "galaxy/events/WindowResized.hpp"#include "galaxy/graphics/Camera.hpp"#include "galaxy/graphics/gl/Shader.hpp"#include "galaxy/graphics/gl/ShaderStorageBuffer.hpp"#include "galaxy/graphics/gl/Texture2D.hpp"#include "galaxy/graphics/gl/VertexArray.hpp"#include "galaxy/graphics/PostProcess.hpp"#include "galaxy/graphics/RenderCommand.hpp"#include "galaxy/graphics/RenderTexture.hpp"#include "galaxy/graphics/shapes/Shape.hpp"#include "galaxy/graphics/text/Text.hpp"#include "galaxy/graphics/Transform.hpp"#include "galaxy/meta/Memory.hpp"
Include dependency graph for Renderer.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | galaxy::graphics::Renderer |
| 2D OpenGL renderer. More... | |
Namespaces | |
| namespace | galaxy |
| Animated.cpp galaxy. | |
| namespace | galaxy::graphics |