Share via


GLES30.GlInvalidateFramebuffer Method

Definition

Overloads

GlInvalidateFramebuffer(Int32, Int32, IntBuffer)
GlInvalidateFramebuffer(Int32, Int32, Int32[], Int32)

GlInvalidateFramebuffer(Int32, Int32, IntBuffer)

[Android.Runtime.Register("glInvalidateFramebuffer", "(IILjava/nio/IntBuffer;)V", "")]
public static void GlInvalidateFramebuffer (int target, int numAttachments, Java.Nio.IntBuffer? attachments);
[<Android.Runtime.Register("glInvalidateFramebuffer", "(IILjava/nio/IntBuffer;)V", "")>]
static member GlInvalidateFramebuffer : int * int * Java.Nio.IntBuffer -> unit

Parameters

target
Int32
numAttachments
Int32
attachments
IntBuffer
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

GlInvalidateFramebuffer(Int32, Int32, Int32[], Int32)

[Android.Runtime.Register("glInvalidateFramebuffer", "(II[II)V", "")]
public static void GlInvalidateFramebuffer (int target, int numAttachments, int[]? attachments, int offset);
[<Android.Runtime.Register("glInvalidateFramebuffer", "(II[II)V", "")>]
static member GlInvalidateFramebuffer : int * int * int[] * int -> unit

Parameters

target
Int32
numAttachments
Int32
attachments
Int32[]
offset
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