GLES32.GlCopyImageSubData 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.
[Android.Runtime.Register("glCopyImageSubData", "(IIIIIIIIIIIIIII)V", "", ApiSince=24)]
public static void GlCopyImageSubData (int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth);
[<Android.Runtime.Register("glCopyImageSubData", "(IIIIIIIIIIIIIII)V", "", ApiSince=24)>]
static member GlCopyImageSubData : int * int * int * int * int * int * int * int * int * int * int * int * int * int * int -> unit
Parameters
- srcName
- Int32
- srcTarget
- Int32
- srcLevel
- Int32
- srcX
- Int32
- srcY
- Int32
- srcZ
- Int32
- dstName
- Int32
- dstTarget
- Int32
- dstLevel
- Int32
- dstX
- Int32
- dstY
- Int32
- dstZ
- Int32
- srcWidth
- Int32
- srcHeight
- Int32
- srcDepth
- Int32
- Attributes