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

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

package js.web.webgl;

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


public interface WEBGL_compressed_texture_s3tc_srgb extends Any {
    @JSProperty
    int getCOMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT();

    @JSProperty
    int getCOMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT();

    @JSProperty
    int getCOMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT();

    @JSProperty
    int getCOMPRESSED_SRGB_S3TC_DXT1_EXT();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy