GL.CopyTexImage2D Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCopyTexImage2D", Version="3.0")]
public static void CopyTexImage2D (OpenTK.Graphics.ES30.TextureTarget target, int level, OpenTK.Graphics.ES30.PixelInternalFormat internalformat, int x, int y, int width, int height, int border);
static member CopyTexImage2D : OpenTK.Graphics.ES30.TextureTarget * int * OpenTK.Graphics.ES30.PixelInternalFormat * int * int * int * int * int -> unit
Parameters
- target
- TextureTarget
- level
- Int32
- internalformat
- PixelInternalFormat
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- border
- Int32
- Attributes