Expand description
Defines the hierarchy of error types for the rendering subsystem.
Enumsยง
- Pipeline
Error - An error related to the creation or management of a graphics pipeline.
- Render
Error - A high-level error that can occur within the main rendering system or graphics device.
- Resource
Error - An error related to the creation or use of a GPU resource (buffers, textures, etc.).
- Shader
Error - An error related to the creation, loading, or compilation of a shader module.