Module dagon.render.pass
Base class for a render pass in Dagon's rendering pipeline.
Description
The dagon module defines the RenderPass abstract class,
which represents a rendering stage in the pipeline, and the
FallbackShader class, a simple shader used as a default when no material
or shader is specified.
Classes
| Name | Description |
|---|---|
FallbackShader
|
A fallback shader used when no material or shader is specified. Loads simple vertex and fragment shaders and binds standard transformation parameters. |
RenderPass
|
Abstract base class for a render pass in the rendering pipeline. |