Variable ColorTargetState.format

The texture format of the image that this target's associated pipeline will render to. Must match the the format of the corresponding color attachment in CommandEncoder.beginRenderPass.

class ColorTargetState
{
  // ...
  TextureFormat format ;
  // ...
}