GL.CopyTexImage2D(All, Int32, All, Int32, Int32, Int32, Int32, Int32) 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="1.1", EntryPoint="glCopyTexImage2D", Version="1.1")]
public static void CopyTexImage2D (OpenTK.Graphics.ES11.All target, int level, OpenTK.Graphics.ES11.All internalformat, int x, int y, int width, int height, int border);
static member CopyTexImage2D : OpenTK.Graphics.ES11.All * int * OpenTK.Graphics.ES11.All * int * int * int * int * int -> unit
Parameters
- target
- All
- level
- Int32
- internalformat
- All
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- border
- Int32
- Attributes