Variable FragmentState.constants

The push constants provided to the compiled shader for this stage.

class FragmentState
{
  // ...
  __C.WGPUConstantEntry[] constants ;
  // ...
}