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

TGLESLockableTexture

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

Declaration

Source position: PXL.Textures.GLES.pas line 22

type TGLESLockableTexture = class(TCustomLockableTexture)

protected

  function DoInitialize; override;

  

  procedure DoFinalize; override;

  

  function DoCopyRect(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function Bind(); override;

  

  function DeviceRestore; override;

  

  procedure DeviceRelease; override;

  

  function DoLock(); override;

  

  function DoUnlock; override;

  

  property Context: TGLESDeviceContext; [r]

  

  property Surface: TPixelSurface; [r]

  

  property Texture: Cardinal; [r]

  

  property TextureFormat: Cardinal; [r]

  

  property TextureInternalFormat: Cardinal; [r]

  

end;

Inheritance

TGLESLockableTexture

  

|

TCustomLockableTexture

  

|

TCustomBaseTexture

  

|

TObject



CT Web help

CodeTyphon Studio