Fixing more includes and forward declarations (#3876)

This commit is contained in:
Alexander Bock
2025-12-16 13:40:19 +01:00
committed by GitHub
parent c4fe078706
commit c02e59b9f8
1009 changed files with 5216 additions and 3589 deletions
@@ -28,16 +28,12 @@
#include <openspace/rendering/screenspacerenderable.h>
#include <openspace/properties/vector/vec2property.h>
namespace ghoul::opengl {
class FramebufferObject;
class Texture;
} // namespace ghoul::opengl
#include <ghoul/opengl/framebufferobject.h>
#include <ghoul/opengl/texture.h>
#include <functional>
namespace openspace {
namespace documentation { struct Documentation; }
/**
* Creates a texture by rendering to a framebuffer, this is then used on a screen space
* plane. This class lets you add renderfunctions that should render to a framebuffer with