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 }
|