| 215 | } |
| 216 | |
| 217 | inline unsigned char* TextureMapGetLine(XnTextureMap* pTex, unsigned int nLine) |
| 218 | { |
| 219 | return &pTex->pMap[nLine * pTex->Size.X * pTex->nBytesPerPixel]; |
| 220 | } |
| 221 | |
| 222 | void TextureMapSetPixel(XnTextureMap* pTex, int x, int y, int red, int green, int blue) |
| 223 | { |
no outgoing calls
no test coverage detected