ShaderType

enumeration

Switch to Manual

Description

Identifies the stage in the rendering pipeline.

Variables

VertexIdentifier for the vertex Shader stage.
FragmentIdentifier for the fragment Shader stage.
GeometryIdentifier for the geometry Shader stage.
HullIdentifier for the hull Shader stage.
DomainIdentifier for the domain Shader stage.
SurfaceIdentifier for the surface Shader stage.
RayTracingIdentifier for the ray tracing Shader stage.
CountThe number of ShaderTypes that Unity supports.