DevIL Documentation | Home | Previous | Next |
The ilutGetBmpInfo function fills a bitmap info struct.
ILvoid ilutGetBmpInfo(
BITMAPINFO *Info
);
ilutGetBmpInfo fills a BITMAPINFO struct with the current image's information. The BITMAPINFO struct is used commonly in Windows applications.
ILUT_ILLEGAL_OPERATION - There is currently no image bound. Use ilGenImages and ilBindImage before calling this function.