AlienEngine.Core.Graphics.OpenGL.GL.CopyTexSubImage1D C# (CSharp) Method

CopyTexSubImage1D() private method

private CopyTexSubImage1D ( TextureTarget target, int level, int xoffset, int x, int y, int width ) : void
target TextureTarget
level int
xoffset int
x int
y int
width int
return void
        public static extern void CopyTexSubImage1D(TextureTarget target, int level, int xoffset, int x, int y, int width);