IrrlichtNETCP.VideoDriver.VideoDriver_GetTexture C# (CSharp) Method

VideoDriver_GetTexture() private method

private VideoDriver_GetTexture ( IntPtr raw, string name ) : IntPtr
raw System.IntPtr
name string
return System.IntPtr
        static extern IntPtr VideoDriver_GetTexture(IntPtr raw, string name);
VideoDriver