//! Per-frame kernel parameter extraction from the typed read context.
//!
//! `FromCtx` is the one auto-generated `fn` that converts a [`crate::effect::Ctx`],
//! snapshot into a kernel's constant-buffer params struct. It is implemented by
//! `kernel!` for every declared kernel.
use crateCtx;
use crateKernelParams;
use crateParamsSpec;