VisualShader.Type

Values

ValueMeaning
typeVertex0

A vertex shader, operating on vertices.

typeFragment1

A fragment shader, operating on fragments (pixels).

typeLight2

A shader for light calculations.

typeMax3

Represents the size of the type enum.

Meta