engine/render/depth/plugin.hpp file

Plugin entry point.

Namespaces

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

Functions

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

Variables

CUBOS_ENGINE_API Tag createRenderDepthTag
Recreates the RenderDepth texture if necessary - for example, due to a render target resize.
CUBOS_ENGINE_API Tag drawToRenderDepthTag
Systems which draw to RenderDepth textures should be tagged with this.