Variable SwapChain.label

Optional, human-readable debug label for this swap chain.

class SwapChain
{
  // ...
  const(string) label ;
  // ...
}