Enumeration ShaderType

Types of shaders.

Enumeration Members

Enumeration Members

FRAGMENT_SHADER: 35632

A fragment shader, which calculates a color for each pixel of a primitive.

VERTEX_SHADER: 35633

A vertex shader, which calculates a position for each vertex of a primitive.

Generated using TypeDoc