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

Function ILAPIENTRY ilSetDuration

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

Source from the content-addressed store, hash-verified

422
423
424ILboolean ILAPIENTRY ilSetDuration(ILuint Duration)
425{
426 if (iCurImage == NULL) {
427 ilSetError(IL_ILLEGAL_OPERATION);
428 return IL_FALSE;
429 }
430
431 iCurImage->Duration = Duration;
432
433 return IL_TRUE;
434}

Callers

nothing calls this directly

Calls 1

ilSetErrorFunction · 0.85

Tested by

no test coverage detected