Options
All
  • Public
  • Public/Protected
  • All
Menu

A vertex shader.

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Protected _glShader

_glShader: WebGLShader | null

Protected _isCompiled

_isCompiled: boolean

Protected _shaderType

_shaderType: number

Protected _source

_source: string

Accessors

glShader

  • get glShader(): WebGLShader

isCompiled

  • get isCompiled(): boolean

Methods

_compile

  • _compile(context: WebGL2RenderingContext): null | WebGLShader

Generated using TypeDoc