IrrlichtNETCP.VideoDriver.VideoDriver_MakeColorKeyTexture C# (CSharp) Method

VideoDriver_MakeColorKeyTexture() private method

private VideoDriver_MakeColorKeyTexture ( IntPtr videodriver, IntPtr texture, int colorKeyPixelPos ) : void
videodriver System.IntPtr
texture System.IntPtr
colorKeyPixelPos int
return void
        static extern void VideoDriver_MakeColorKeyTexture(IntPtr videodriver, IntPtr texture, int[] colorKeyPixelPos);
VideoDriver