#![allow(unused_imports)] #![allow(clippy::all)] use super::*; use wasm_bindgen::prelude::*; #[wasm_bindgen] extern "C" { # [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = OES_texture_float_linear , typescript_type = "OES_texture_float_linear")] #[derive(Debug, Clone, PartialEq, Eq)] #[doc = "The `OesTextureFloatLinear` class."] #[doc = ""] #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OES_texture_float_linear)"] #[doc = ""] #[doc = "*This API requires the following crate features to be activated: `OesTextureFloatLinear`*"] pub type OesTextureFloatLinear; }