All Classes, Interfaces, Objects and Records

Name Unit Description
EglBitmap glBitmap

glBitmap exception

EglBitmapNonPowerOfTwo glBitmap

exception for non power of two textures

EglBitmapNotSupported glBitmap

exception for not supported functions

EglBitmapSizeToLarge glBitmap

exception for to large textures

EglBitmapUnsupportedFormat glBitmap

exception for unsupporetd formats

TglBitmap glBitmap

base class for all glBitmap classes. used to manage OpenGL texture objects all operations on a bitmap object must be done from the render thread

TglBitmap1D glBitmap

wrapper class for 1-dimensional textures (OpenGL target = GL_TEXTURE_1D all operations on a bitmap object must be done from the render thread

TglBitmap2D glBitmap

wrapper class for 2-dimensional textures (OpenGL target = GL_TEXTURE_2D) all operations on a bitmap object must be done from the render thread

TglBitmapCubeMap glBitmap

wrapper class for cube maps (OpenGL target = GL_TEXTURE_CUBE_MAP) all operations on a bitmap object must be done from the render thread

TglBitmapData glBitmap

class to store texture data in. used to load, save and manipulate data before assigned to texture object all operations on a data object can be done from a background thread

TglBitmapFormatDescriptor glBitmap

describes the properties of a given texture data format

TglBitmapFunctionRec glBitmap

structure to store data for converting in

TglBitmapNormalMap glBitmap

wrapper class for cube normal maps all operations on a bitmap object must be done from the render thread

TglBitmapPixelData glBitmap

structure to store pixel data in

TglBitmapRec4ub glBitmap

record that stores 4 unsigned byte values

TglBitmapRec4ui glBitmap

record that stores 4 unsigned integer values

TglBitmapRec4ul glBitmap

record that stores 4 unsigned long integer values

TglBitmapSize glBitmap

 


Generated by PasDoc 0.13.0 on 2014-12-24 04:27:09