SaveGLTextureToFile Function
ImagingOpenGL

Saves GL texture to file in one of formats supported by Imaging.

Pascal
function SaveGLTextureToFile(const FileName: string; 
                             const Texture: GLuint): Boolean;
File

ImagingOpenGL (at line 139)

Description

Saves all present mipmap levels.

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