engine/render/g_buffer/plugin.hpp file

Plugin entry point.

Namespaces

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

Functions

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

Variables

CUBOS_ENGINE_API Tag createGBufferTag
Recreates the GBuffer if necessary - for example, due to a render target resize.
CUBOS_ENGINE_API Tag drawToGBufferTag
Systems which draw to GBuffer textures should be tagged with this.