Home » Projects » IdealistViewer » SVN » Browse repository
Diff of /libs/IrrlictNETCP_r1883/IrrlichtW/videodriver.cpp
Parent Directory
|
Revision Log
|
Patch
| 73 |
|
|
| 74 |
IntPtr VideoDriver_CreateRenderTargetTexture(IntPtr videodriver, M_DIM2DS size) |
IntPtr VideoDriver_CreateRenderTargetTexture(IntPtr videodriver, M_DIM2DS size) |
| 75 |
{ |
{ |
| 76 |
return GetVideoFromIntPtr(videodriver)->createRenderTargetTexture(MU_DIM2DS(size)); |
return GetVideoFromIntPtr(videodriver)->addRenderTargetTexture(MU_DIM2DS(size)); |
| 77 |
} |
} |
| 78 |
|
|
| 79 |
void VideoDriver_Draw2DImage(IntPtr videodriver, IntPtr texture, M_POS2DS destPos, M_RECT sourceRect, M_RECT clipRect, M_SCOLOR color, bool useAlphaChannelOfTexture) |
void VideoDriver_Draw2DImage(IntPtr videodriver, IntPtr texture, M_POS2DS destPos, M_RECT sourceRect, M_RECT clipRect, M_SCOLOR color, bool useAlphaChannelOfTexture) |
|
|
Legend:
| Removed from v.196 |
|
| changed lines |
| |
Added in v.197 |
|
|
