GLES30.GlInvalidateSubFramebuffer Method

Definition

Overloads

GlInvalidateSubFramebuffer(Int32, Int32, IntBuffer, Int32, Int32, Int32, Int32)
GlInvalidateSubFramebuffer(Int32, Int32, Int32[], Int32, Int32, Int32, Int32, Int32)

GlInvalidateSubFramebuffer(Int32, Int32, IntBuffer, Int32, Int32, Int32, Int32)

[Android.Runtime.Register("glInvalidateSubFramebuffer", "(IILjava/nio/IntBuffer;IIII)V", "")]
public static void GlInvalidateSubFramebuffer (int target, int numAttachments, Java.Nio.IntBuffer? attachments, int x, int y, int width, int height);
[<Android.Runtime.Register("glInvalidateSubFramebuffer", "(IILjava/nio/IntBuffer;IIII)V", "")>]
static member GlInvalidateSubFramebuffer : int * int * Java.Nio.IntBuffer * int * int * int * int -> unit

Parameters

target
Int32
numAttachments
Int32
attachments
IntBuffer
x
Int32
y
Int32
width
Int32
height
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.

Applies to

GlInvalidateSubFramebuffer(Int32, Int32, Int32[], Int32, Int32, Int32, Int32, Int32)

[Android.Runtime.Register("glInvalidateSubFramebuffer", "(II[IIIIII)V", "")]
public static void GlInvalidateSubFramebuffer (int target, int numAttachments, int[]? attachments, int offset, int x, int y, int width, int height);
[<Android.Runtime.Register("glInvalidateSubFramebuffer", "(II[IIIIII)V", "")>]
static member GlInvalidateSubFramebuffer : int * int * int[] * int * int * int * int * int -> unit

Parameters

target
Int32
numAttachments
Int32
attachments
Int32[]
offset
Int32
x
Int32
y
Int32
width
Int32
height
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.

Applies to