GLES30.GlBlitFramebuffer 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("glBlitFramebuffer", "(IIIIIIIIII)V", "")]
public static void GlBlitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter);
[<Android.Runtime.Register("glBlitFramebuffer", "(IIIIIIIIII)V", "")>]
static member GlBlitFramebuffer : int * int * int * int * int * int * int * int * int * int -> unit
Parameters
- srcX0
- Int32
- srcY0
- Int32
- srcX1
- Int32
- srcY1
- Int32
- dstX0
- Int32
- dstY0
- Int32
- dstX1
- Int32
- dstY1
- Int32
- mask
- Int32
- filter
- Int32
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.