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

CompressedTexImage2D() private method

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