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

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

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

import scala.scalajs.js
import scala.scalajs.js.|

/**
  * webgl package object
  * @author [email protected]
  */
package object webgl {

  type GLenum = Double | Long | Int

  type GLint = Double | Long | Int

  type GLuint = Double | Long | Int

  type GLbitfield = Int

  type GLintptr = Double | Long | Int

  type GLsizei = Double

  type GLprecision = js.Any

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy