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

Method GetResource

DevIL/include/IL/devil_cpp_wrapper.hpp:808–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

806}
807
808ILboolean ilWin32::GetResource(ilImage &Image, HINSTANCE hInst, ILint ID, char *ResourceType)
809{
810 Image.Bind();
811 return ilutLoadResource(hInst, ID, ResourceType, IL_TYPE_UNKNOWN);
812}
813
814ILboolean ilWin32::GetResource(ilImage &Image, HINSTANCE hInst, ILint ID, char *ResourceType, ILenum Type)
815{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected