js.web.webgl.WEBGL_depth_texture Maven / Gradle / Ivy
package js.web.webgl;
import js.lang.Any;
import org.teavm.jso.JSProperty;
/**
* The WEBGL_depth_texture extension is part of the WebGL API and defines 2D depth and depth-stencil textures.
*/
public interface WEBGL_depth_texture extends Any {
@JSProperty
int getUNSIGNED_INT_24_8_WEBGL();
}