MCPcopy Create free account
hub / github.com/DentonW/DevIL / ILAPIENTRY iluGenImage

Function ILAPIENTRY iluGenImage

DevIL/src-ILU/src/ilu_utilities.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24ILuint 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected