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

OGLIMAGE* ImageLoaderFixture::GetOglImageById ( long long  id  )  [inline, virtual]

Reimplemented from OglGui::GetOglImageByIdInterface.

Definition at line 36 of file testImageLoader.h.

00036                                                 {
00037                 OGLIMAGE* img = oglSys.OglImage(GL_RGB, 0, 0);
00038                 if(id > -1)
00039                         id *= 2;
00040                 if(id >= 0)
00041                         id /= 2;
00042                 img->w = id;
00043         }


Generated on Fri Mar 19 10:32:19 2010 for ImpalaSrc by  doxygen 1.5.1