Represents a WebGL2 shader.

Constructors

Properties

allocated: boolean

True when this shader was successfully allocated.

compiled: boolean

True when this shader was successfully compiled.

handle: any

Handle to GPU-resident WebGL2 shader.

Methods