#include <nnsys/g3d/kernel.h>
void*
NNS_G3dRenderObjSetUserPtr(
NNSG3dRenderObj* pRenderObj,
void* ptr
);
pRenderObj | Pointer to the NNSG3dRenderObj structure. |
ptr | Pointer to the region that the callback process uses |
Returns the pointer to the user region that was configured at the time this function was called.
Configures the pointer to the user region as the user pointer entry of the rendering object. This region can be accessed when executing the callback (via the ptrUser
member of the NNSG3dRenderObj
structure).
NNS_G3dRenderObjResetCallBack
, NNS_G3dRenderObjSetCallBack
2004/08/02 Initial version.
CONFIDENTIAL