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

Function ILAPIENTRY iluCrop

DevIL/src-ILU/src/ilu_manip.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103
104ILboolean ILAPIENTRY iluCrop(ILuint XOff, ILuint YOff, ILuint ZOff, ILuint Width, ILuint Height, ILuint Depth)
105{
106 if (ZOff <= 1)
107 return iluCrop2D(XOff, YOff, Width, Height);
108 return iluCrop3D(XOff, YOff, ZOff, Width, Height, Depth);
109}
110
111
112//! Enlarges the canvas

Callers

nothing calls this directly

Calls 2

iluCrop2DFunction · 0.85
iluCrop3DFunction · 0.85

Tested by

no test coverage detected