package snap.webapi; /** * This class is a wrapper for Web API WebGLTexture (https://developer.mozilla.org/en-US/docs/Web/API/WebGLTexture). */ public class WebGLTexture extends JSProxy { /** * Constructor. */ public WebGLTexture(Object programJS) { super(programJS); } }