js.web.webgl.OES_texture_half_float_linear Maven / Gradle / Ivy
package js.web.webgl;
import js.lang.Any;
/**
* The OES_texture_half_float_linear extension is part of the WebGL API and allows linear filtering with half floating-point pixel types for textures.
*/
public interface OES_texture_half_float_linear extends Any {
}