LoadGLTextureFromStream Function
ImagingOpenGL

Creates GL texture from image in stream in format supported by Imaging.

Pascal
function LoadGLTextureFromStream(Stream: TStream; 
                                 CreatedWidth: PLongInt = nil; 
                                 CreatedHeight: PLongInt = nil): GLuint;
File

ImagingOpenGL (at line 97)

Description

You can use CreatedWidth and Height parameters to query dimensions of created textures (it could differ from dimensions of source image).

Related Information
You are here: Symbol Reference > Functions > LoadGLTextureFromStream Function