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

Function ILAPIENTRY iluRotate3D_

DevIL/src-ILU/src/ilu_rotate.cpp:365–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363
364
365ILAPI ILimage* ILAPIENTRY iluRotate3D_(ILimage *Image, ILfloat x, ILfloat y, ILfloat z, ILfloat Angle)
366{
367 Image; x; y; z; Angle;
368 return NULL;
369}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected