Unit 'PXL.SwapChains' Package
[Overview][Types][Classes][Index] [#pl_asphyrepxl]

TSwapChains.Add

Declaration

Source position: PXL.SwapChains.pas line 72

public function TSwapChains.Add(

  const WindowHandle: TUntypedHandle;

  const Size: TPoint2i;

  const Multisamples: Integer = 0;

  const VSync: Boolean = False;

  const Format: TPixelFormat = TPixelFormat.Unknown;

  const DepthStencil: TDepthStencil = TDepthStencil.None

):Integer; overload;

function TSwapChains.Add(

  const Desc: TSwapChainInfo

):Integer; overload;



CT Web help

CodeTyphon Studio