MCPcopy Create free account
hub / github.com/DentonW/DevIL / GetResource

Method GetResource

DevIL/cpp wrapper/il_wrap.cpp:707–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705
706
707ILboolean ilWin32::GetResource(ilImage &Image, HINSTANCE hInst, ILint ID, char *ResourceType)
708{
709 Image.Bind();
710 return ilutLoadResource(hInst, ID, ResourceType, IL_TYPE_UNKNOWN);
711}
712
713
714ILboolean ilWin32::GetResource(ilImage &Image, HINSTANCE hInst, ILint ID, char *ResourceType, ILenum Type)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected