Searched defs:temp_texture (Results 1 – 1 of 1) sorted by relevance
205 struct temp_texture struct207 GLuint TexObj;208 GLenum Target; /**< GL_TEXTURE_2D or GL_TEXTURE_RECTANGLE */209 GLsizei MinSize; /**< Min texture size to allocate */210 GLsizei MaxSize; /**< Max possible texture size */211 GLboolean NPOT; /**< Non-power of two size OK? */212 GLsizei Width, Height; /**< Current texture size */213 GLenum IntFormat;214 GLfloat Sright, Ttop; /**< right, top texcoords */