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

Function ILAPIENTRY ilutFreePaddedData

DevIL/src-ILUT/src/ilut_win32.cpp:300–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298
299
300void ILAPIENTRY ilutFreePaddedData(ILubyte *Data)
301{
302 ifree(Data);
303 return;
304}
305
306
307// DirectX/GDI insists that all scanlines end on a dword boundary. =(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected