Variable SwapChain.surface

Surface this swap chain renders to.

class SwapChain
{
  // ...
  const(Surface) surface ;
  // ...
}