engine/render/target/plugin.hpp file

Plugin entry point.

Namespaces

namespace cubos
Cubos libraries namespace.
namespace cubos::engine
Engine module.

Functions

auto renderTargetPlugin(Cubos& cubos) -> CUBOS_ENGINE_API void
Plugin entry function.

Variables

CUBOS_ENGINE_API Tag resizeRenderTargetTag
Resizes the Render Target if necessary - for example, due to a window resize.
CUBOS_ENGINE_API Tag drawToRenderTargetTag
Systems which draw to Render Target framebuffers should be tagged with this.