pub fn run_event_loop_driver<'ctx, H>(
ctx: &mut PhaseContext<'_>,
initial_state: Option<PipelineState>,
config: EventLoopConfig,
handler: &mut H,
) -> Result<EventLoopResult>where
H: EffectHandler<'ctx> + StatefulHandler,pub fn run_event_loop_driver<'ctx, H>(
ctx: &mut PhaseContext<'_>,
initial_state: Option<PipelineState>,
config: EventLoopConfig,
handler: &mut H,
) -> Result<EventLoopResult>where
H: EffectHandler<'ctx> + StatefulHandler,