Closed
Description
I'm trying to use WebGL extensions within web_sys, but cannot seem to access the ANGLE_instanced_arrays interface that exists in this webidl - https://github.com/rustwasm/wasm-bindgen/blob/master/crates/web-sys/webidls/enabled/WebGLRenderingContext.webidl
Here is what I've tried...
let ext = context.get_extension("ANGLE_instanced_arrays").unwrap().unwrap();
let inst_arrays = ext.dyn_into::<web_sys::ANGLE_instanced_arrays>();
I've opened a related StackOverflow question here: but wasn't sure that would get your attention.
Apologies if this is something obvious, today is my first day writing Rust.
Metadata
Metadata
Assignees
Labels
No labels