public PipelineStateDescriptionWithHash(PipelineStateDescription state)
 {
     Hash  = state.GetHashCode();
     State = state;
 }