GLES31Ext.GlCopyImageSubDataEXT Method

Definition

[Android.Runtime.Register("glCopyImageSubDataEXT", "(IIIIIIIIIIIIIII)V", "")]
public static void GlCopyImageSubDataEXT (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("glCopyImageSubDataEXT", "(IIIIIIIIIIIIIII)V", "")>]
static member GlCopyImageSubDataEXT : 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

Applies to