OpenTK.Graphics.ES20.GL.Core.CopyTexImage2D C# (CSharp) Method

CopyTexImage2D() private method

private CopyTexImage2D ( OpenTK target, Int32 level, OpenTK internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border ) : void
target OpenTK
level System.Int32
internalformat OpenTK
x System.Int32
y System.Int32
width System.Int32
height System.Int32
border System.Int32
return void
            internal extern static void CopyTexImage2D(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, OpenTK.Graphics.ES20.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border);
            [System.Security.SuppressUnmanagedCodeSecurity()]
GL.Core