Unit 'PXL.Devices.GLES.RPi' Package
[Overview][Classes][Index] [#pl_asphyrepxl]

TGLESDevice

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

Declaration

Source position: PXL.Devices.GLES.RPi.pas line 27

type TGLESDevice = class(TCustomStateDevice)

protected

  function GetDeviceContext; override;

  

  function InitDevice; override;

  

  procedure DoneDevice; override;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function Clear(); override;

  

  function Flip;

  

  property Display: EGLDisplay; [r]

  

  property Surface: EGLSurface; [r]

  

  property Context: EGLContext; [r]

  

  property DisplaySize: TPoint2i; [r]

  

end;

Inheritance

TGLESDevice

  

|

TCustomStateDevice

  

|

TCustomDevice

  

|

TObject



CT Web help

CodeTyphon Studio