webGLProgram top-level property

dynamic get webGLProgram

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).

MDN Reference

Implementation

_i2.dynamic get webGLProgram => _i4.getProperty(
      _self,
      'WebGLProgram',
    );