[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: PXL.Devices.GLES.X.pas line 30
type TGLESDevice = 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 Display: EGLDisplay; [r] |
|
|
property Surface: EGLSurface; [r] |
|
|
property Context: EGLContext; [r] |
|
|
end; |
|
||
| | ||
|
||
| | ||
|
||
| | ||
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |