IrrlichtNETCP.VideoDriver.VideoDriver_SetRenderTarget C# (CSharp) Method

VideoDriver_SetRenderTarget() private method

private VideoDriver_SetRenderTarget ( IntPtr videodriver, IntPtr texture, bool cBB, bool cZB, int color ) : void
videodriver System.IntPtr
texture System.IntPtr
cBB bool
cZB bool
color int
return void
        static extern void VideoDriver_SetRenderTarget(IntPtr videodriver, IntPtr texture, bool cBB, bool cZB, int[] color);
VideoDriver