|
Foundation
|
#include "Renderer.hpp"Go to the source code of this file.
Classes | |
| struct | RasterFeatureContext |
| struct | RasterFeature |
Typedefs | |
| using | RasterEffectCallback = void(*)(RasterFeatureContext &ctx, void const *config) |
Enumerations | |
| enum class | RasterInjectionPoint : uint8_t { AfterGBuffer , BeforeLighting , AfterLighting } |
Functions | |
| void | BuildRasterRenderGraph (Renderer *renderer, RendererUBO *globals, RendererResources &gpu, RendererConfig const &cfg, RendererOutputs &out, Span< const RasterFeature > features) |
| Builds the RenderGraph for the Raster renderer. | |
| using RasterEffectCallback = void (*)(RasterFeatureContext& ctx, void const* config) |
|
strong |
|
extern |
Builds the RenderGraph for the Raster renderer.