ImageLib functions
| 268 | // ImageLib functions |
| 269 | // |
| 270 | ILboolean ilImage::ActiveImage(ILuint Number) |
| 271 | { |
| 272 | if (this->Id) { |
| 273 | this->Bind(); |
| 274 | return ilActiveImage(Number); |
| 275 | } |
| 276 | return IL_FALSE; |
| 277 | } |
| 278 | |
| 279 | |
| 280 | ILboolean ilImage::ActiveLayer(ILuint Number) |