Variable RenderPipeline.fragmentState

Describes the fragment process in this render pipeline.

class RenderPipeline
{
  // ...
  const(FragmentState) fragmentState ;
  // ...
}