Variable Shader.stage

The stage in the graphics pipeline in which this Shader performs.

class Shader
{
  // ...
  const(gfx.graal.pipeline.ShaderStage) stage ;
  // ...
}