Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

static void OglGui::Carousel3D::MyOglImDestroy ( OGLIMAGE *  oglIm  )  [inline, static, private]

Definition at line 384 of file Carousel3D.h.

Referenced by MyOglImage().

00385     {
00386         if (!oglIm)
00387             return;
00388         if(oglIm->imData)
00389             free(oglIm->imData);
00390         oglIm->imData = 0;
00391     }


Generated on Thu Jan 13 09:26:12 2011 for ImpalaSrc by  doxygen 1.5.1