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

Function ILAPIENTRY ilGenImage

DevIL/src-IL/src/il_stack.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84ILuint 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().
92void ILAPIENTRY ilBindImage(ILuint Image)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected