Function glow::gl46::go_panic_because_fn_not_loaded
source ยท fn go_panic_because_fn_not_loaded(name: &str) -> !
Expand description
This is called to panic when a not-loaded function is attempted.
Placing the panic mechanism in this cold function generally helps code generation for the hot path. Or so the sages say, at least.