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

TCustomSwapChainDevice

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: PXL.SwapChains.pas line 99

type TCustomSwapChainDevice = class(TCustomStateDevice)

protected

  function ResizeSwapChain(); virtual;

  

  function MayRender(); virtual;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Reset; virtual;

  

  function Resize();

  

  function BeginScene(); virtual; abstract;

  

  function EndScene; virtual; abstract;

  

  property SwapChains: TSwapChains; [r]

  

end;

Inheritance

TCustomSwapChainDevice

  

|

TCustomStateDevice

  

|

TCustomDevice

  

|

TObject



CT Web help

CodeTyphon Studio