| 365 | |
| 366 | |
| 367 | ILboolean ilImage::Resize(ILuint Width, ILuint Height, ILuint Depth) |
| 368 | { |
| 369 | if (this->Id) { |
| 370 | this->Bind(); |
| 371 | return iluScale(Width, Height, Depth); |
| 372 | } |
| 373 | return IL_FALSE; |
| 374 | } |
| 375 | |
| 376 | |
| 377 | ILboolean ilImage::TexImage(ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp, ILenum Format, ILenum Type, void *Data) |