All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.web.webgl.OES_standard_derivatives Maven / Gradle / Ivy

package js.web.webgl;

import js.lang.Any;
import org.teavm.jso.JSProperty;

/**
 * The OES_standard_derivatives extension is part of the WebGL API and adds the GLSL derivative functions dFdx, dFdy, and fwidth.
 */
public interface OES_standard_derivatives extends Any {
    @JSProperty
    int getFRAGMENT_SHADER_DERIVATIVE_HINT_OES();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy