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

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

package js.web.webgl;

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


public interface EXT_blend_minmax extends Any {
    @JSProperty
    int getMAX_EXT();

    @JSProperty
    int getMIN_EXT();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy