| 82 | } |
| 83 | |
| 84 | ILuint ILAPIENTRY ilGenImage() |
| 85 | { |
| 86 | ILuint i; |
| 87 | ilGenImages(1,&i); |
| 88 | return i; |
| 89 | } |
| 90 | |
| 91 | //! Makes Image the current active image - similar to glBindTexture(). |
| 92 | void ILAPIENTRY ilBindImage(ILuint Image) |
nothing calls this directly
no outgoing calls
no test coverage detected