CAST II Game Engine

   MAIN       FEATURES       SCREENSHOTS       FORUMS       MANUAL       DOWNLOADS       CONTACTS   
Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Enumerations
Variables
Constants
Functions and Procedures
Identifiers

Class TOGLTextures

Unit

C2OGLRender

Declaration

type TOGLTextures = class(TTextures)

Description

 

Hierarchy

TTextures

Methods

Overview

Protectedfunction APICreateTexture(Index: Integer): Boolean; override;
Publicprocedure Apply(Stage, Index: Integer); override;
Publicprocedure Delete(Index: Integer); override;
Publicfunction Lock(AIndex, AMipLevel: Integer; const ARect: BaseTypes.PRect; out LockRectData: TLockedRectData; LockFlags: TLockFlags): Boolean; override;
Publicfunction Read(Index: Integer; Dest: Pointer; Rect: BaseTypes.PRect3D): Boolean; override;
Publicprocedure Unload(Index: Integer); override;
Publicprocedure UnLock(AIndex, AMipLevel: Integer); override;
Publicfunction Update(Index: Integer; Src: Pointer; Rect: BaseTypes.PRect3D): Boolean; override;

Description

Protectedfunction APICreateTexture(Index: Integer): Boolean; override;

 

Publicprocedure Apply(Stage, Index: Integer); override;

 

Publicprocedure Delete(Index: Integer); override;

 

Publicfunction Lock(AIndex, AMipLevel: Integer; const ARect: BaseTypes.PRect; out LockRectData: TLockedRectData; LockFlags: TLockFlags): Boolean; override;

 

Publicfunction Read(Index: Integer; Dest: Pointer; Rect: BaseTypes.PRect3D): Boolean; override;

 

Publicprocedure Unload(Index: Integer); override;

 

Publicprocedure UnLock(AIndex, AMipLevel: Integer); override;

 

Publicfunction Update(Index: Integer; Src: Pointer; Rect: BaseTypes.PRect3D): Boolean; override;

 

Last modified: Jan 6, 2010
Copyright (C) 2006-2010, casteng.com