js.web.webgl.OES_texture_half_float Maven / Gradle / Ivy
package js.web.webgl;
import js.lang.Any;
import org.teavm.jso.JSProperty;
/**
* The OES_texture_half_float extension is part of the WebGL API and adds texture formats with 16- (aka half float) and 32-bit floating-point components.
*/
public interface OES_texture_half_float extends Any {
@JSProperty
int getHALF_FLOAT_OES();
}