| 174 | |
| 175 | |
| 176 | void ILAPIENTRY ilDeleteImage(const ILuint Num) { |
| 177 | ilDeleteImages(1,&Num); |
| 178 | } |
| 179 | |
| 180 | //! Checks if Image is a valid ilGenImages-generated image (like glIsTexture()). |
| 181 | ILboolean ILAPIENTRY ilIsImage(ILuint Image) |
nothing calls this directly
no outgoing calls
no test coverage detected