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

Function ILAPIENTRY ilRegisterOrigin

DevIL/src-IL/src/il_register.cpp:233–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231//
232
233void ILAPIENTRY ilRegisterOrigin(ILenum Origin)
234{
235 switch (Origin)
236 {
237 case IL_ORIGIN_LOWER_LEFT:
238 case IL_ORIGIN_UPPER_LEFT:
239 iCurImage->Origin = Origin;
240 break;
241 default:
242 ilSetError(IL_INVALID_ENUM);
243 }
244 return;
245}
246
247
248void ILAPIENTRY ilRegisterFormat(ILenum Format)

Callers

nothing calls this directly

Calls 1

ilSetErrorFunction · 0.85

Tested by

no test coverage detected