Module dagon.graphics.state
Graphics pipeline state.
Description
The dagon module defines the GraphicsState structure,
which encapsulates all rendering state and context information needed
for drawing objects.
GraphicsState includes transformation matrices, camera parameters,
material and shader references, input buffers, timing, and various
rendering flags. It is fed to the render passes and Drawable objects
to provide all necessary context for rendering.
Structs
| Name | Description |
|---|---|
GraphicsState
|
Encapsulates all rendering state and context for a draw call. |