IrrlichtNETCP.VideoDriver.VideoDriver_EndSceneA C# (CSharp) Method

VideoDriver_EndSceneA() private method

private VideoDriver_EndSceneA ( IntPtr raw, int window, int sourceRect ) : void
raw System.IntPtr
window int
sourceRect int
return void
        static extern void VideoDriver_EndSceneA(IntPtr raw, int window, int[] sourceRect);
VideoDriver