ShaderType

Edit

The two types of shaders that can be created.

ValueDescription
graphics A graphics shader with a vertex and pixel stage.
compute A compute shader with a single compute stage.

See also