Skip to main content

Module handler

Module handler 

Source
Expand description

Handler function parsing and codegen configuration.

Parses Rust handler functions and prepares them for WGSL transpilation.

Structs§

HandlerCodegenConfig
Configuration for handler code generation.
HandlerParam
Handler parameter description.
HandlerSignature
Parsed handler signature.

Enums§

HandlerParamKind
Kind of handler parameter.
HandlerReturnType
Handler return type.
WgslContextMethod
WGSL context method that can be inlined.