Enumeration ShaderType

Types of shaders.

Enumeration Members

Enumeration Members

FRAGMENT_SHADER: 35632

A fragment shader, which runs once for each fragment and computes the color of the fragment.

VERTEX_SHADER: 35633

A vertex shader, which runs once for each vertex and computes the position of the vertex.