Unit 'PXL.Devices.GL.Carbon' Package
[Overview][Classes][Index] [#pl_asphyrepxl]

TGLDevice

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

Declaration

Source position: PXL.Devices.GL.Carbon.pas line 22

type TGLDevice = class(TCustomSwapChainDevice)

protected

  function GetDeviceContext; override;

  

  function InitDevice; override;

  

  procedure DoneDevice; override;

  

  function ResizeSwapChain(); override;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function Clear(); override;

  

  function BeginScene(); override;

  

  function EndScene; override;

  

  property Context: TAGLContext; [r]

  

end;

Inheritance

TGLDevice

  

|

TCustomSwapChainDevice

  

|

TCustomStateDevice

  

|

TCustomDevice

  

|

TObject



CT Web help

CodeTyphon Studio