IrrlichtNETCP.VideoDriver.VideoDriver_BeginScene C# (CSharp) Method

VideoDriver_BeginScene() private method

private VideoDriver_BeginScene ( IntPtr raw, bool back, bool z, int color ) : bool
raw System.IntPtr
back bool
z bool
color int
return bool
        static extern bool VideoDriver_BeginScene(IntPtr raw, bool back, bool z, int[] color);
VideoDriver