| 22 | |
| 23 | |
| 24 | ILuint ILAPIENTRY iluGenImage() |
| 25 | { |
| 26 | ILuint Id; |
| 27 | ilGenImages(1, &Id); |
| 28 | ilBindImage(Id); |
| 29 | return Id; |
| 30 | } |
| 31 | |
| 32 | |
| 33 | //! Retrieves information about the current bound image. |
nothing calls this directly
no outgoing calls
no test coverage detected