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

Function PKImageEncode_Create_DevIL

DevIL/src-IL/src/il_wdp.cpp:157–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156
157ERR PKImageEncode_Create_DevIL(
158 PKImageEncode** ppIE)
159{
160 ERR err = WMP_errSuccess;
161 PKImageEncode* pIE = NULL;
162
163 Call(PKImageEncode_Create(ppIE));
164
165 pIE = *ppIE;
166 pIE->WritePixels = ilPKImageEncode_WritePixels_DevIL;
167
168Cleanup:
169 return err;
170}
171
172
173ERR iWmpDecAppCreateEncoderFromExt(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected