Variable FragmentState.entryPoint

The name of the entry point in the compiled shader.

class FragmentState
{
  // ...
  string entryPoint ;
  // ...
}

Remarks

There must be a function that returns void with this name in the shader.