Skip to main content

shadertype

Specifies the type of shader.

shadertype ("value")

Parameters

value is one of:

  • Effect
  • Vertex
  • Pixel
  • Geometry
  • Hull
  • Domain
  • Compute
  • Mesh
  • Amplification
  • Texture
  • RootSignature

Applies To

The config scope.

Availability

Premake 5.0.0 alpha 14 or later.

Examples

shadertype "Vertex"