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

io.scalajs.dom.html.canvas.webgl.WebGLTexture.scala Maven / Gradle / Ivy

There is a newer version: 0.4.2
Show newest version
package io.scalajs.dom.html.canvas.webgl

import scala.scalajs.js
import scala.scalajs.js.annotation.JSGlobal

/**
  * The WebGLTexture interface is part of the WebGL API and represents an opaque texture object providing storage
  * and state for texturing operations.
  * @see https://developer.mozilla.org/en-US/docs/Web/API/WebGLTexture
  * @author [email protected]
  */
@js.native
@JSGlobal("WebGLTexture")
class WebGLTexture extends js.Object




© 2015 - 2024 Weber Informatics LLC | Privacy Policy