pub(crate) trait WebGLShaderPrecisionFormatMethods<D>where D: DomTypes,{ // Required methods fn RangeMin(&self) -> i32; fn RangeMax(&self) -> i32; fn Precision(&self) -> i32; }