DevIL Documentation | Home | Previous | Next |
The ilutD3D8Texture function creates a D3D8 texture from the current bound image.
IDirect3DTexture8* ilutD3D8Texture(
IDirect3DDevice8 *Device);
ilutD3D8Texture creates a Direct3D 8 texture (IDirect3DTexture8) from the current bound image.
ILUT_ILLEGAL_OPERATION - There is currently no image bound. Use ilGenImages and ilBindImage before calling this function.