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

org.scalajs.dom.webgl.scala Maven / Gradle / Ivy

The newest version!
package org.scalajs.dom

/**
 * Short aliasas of all the dom.WebGLThing classes
 */
object webgl {
  type ActiveInfo = raw.WebGLActiveInfo
  type Buffer = raw.WebGLBuffer
  type ContextAttributes = raw.WebGLContextAttributes
  type Framebuffer = raw.WebGLFramebuffer
  type Program = raw.WebGLProgram
  type Renderbuffer = raw.WebGLRenderbuffer
  type RenderingContext = raw.WebGLRenderingContext
  type Shader = raw.WebGLShader
  type ShaderPrecisionFormat = raw.WebGLShaderPrecisionFormat
  type Texture = raw.WebGLTexture
  type UniformLocation = raw.WebGLUniformLocation
  @inline def RenderingContext = raw.WebGLRenderingContext
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy