Skip to main content

Module error_handler

Module error_handler 

Source

Structs§

RenderError
An error encountered during rendering. These are errors reported by wgpu validation layers, and typically indicate problems in the way it is being used.
RenderErrorHandler
Determines what RenderErrorPolicy should be used to respond to a given RenderError.

Enums§

ErrorType
A classification of WebGPU error for implementers of the WebGPU API to use in their own error layer(s).
RenderErrorPolicy
Resource to indicate renderer behavior upon error.