RenderPipeline Module
Functions and values
| Function or value |
Description
|
Full Usage:
create config game
Parameters:
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.
|
Mibo