Header menu logo Mibo

RenderPipeline Module

Functions and values

Function or value Description

create config game

Full Usage: create config game

Parameters:
    config : PipelineConfig - Configuration for shadows, post-processing, lighting, and advanced features.
    game : Game - The Game instance (used to load custom shaders).

Returns: IRenderPipeline A configured IRenderPipeline instance.

Create a 3D render pipeline with the specified configuration. The pipeline will be initialized with the game's graphics device when the renderer is created.

config : PipelineConfig

Configuration for shadows, post-processing, lighting, and advanced features.

game : Game

The Game instance (used to load custom shaders).

Returns: IRenderPipeline

A configured IRenderPipeline instance.

Type something to start searching.