Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebGLProgram

Package version

The WebGLProgram is part of the WebGL API and is a combination of two compiled WebGLShaders consisting of a vertex shader and a fragment shader (both written in GLSL).

Hierarchy

Index

Properties

Properties

WebGLObject

WebGLObject: { constructor: any; prototype: WebGLObject }

Type declaration

  • constructor: function
    • Returns WebGLObject

  • prototype: WebGLObject

Generated using TypeDoc