Partager via


GLES20.GlGetFramebufferAttachmentParameteriv Méthode

Définition

Surcharges

GlGetFramebufferAttachmentParameteriv(Int32, Int32, Int32, IntBuffer)
GlGetFramebufferAttachmentParameteriv(Int32, Int32, Int32, Int32[], Int32)

GlGetFramebufferAttachmentParameteriv(Int32, Int32, Int32, IntBuffer)

[Android.Runtime.Register("glGetFramebufferAttachmentParameteriv", "(IIILjava/nio/IntBuffer;)V", "")]
public static void GlGetFramebufferAttachmentParameteriv (int target, int attachment, int pname, Java.Nio.IntBuffer? params);
[<Android.Runtime.Register("glGetFramebufferAttachmentParameteriv", "(IIILjava/nio/IntBuffer;)V", "")>]
static member GlGetFramebufferAttachmentParameteriv : int * int * int * Java.Nio.IntBuffer -> unit

Paramètres

target
Int32
attachment
Int32
pname
Int32
params
IntBuffer
Attributs

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

GlGetFramebufferAttachmentParameteriv(Int32, Int32, Int32, Int32[], Int32)

[Android.Runtime.Register("glGetFramebufferAttachmentParameteriv", "(III[II)V", "")]
public static void GlGetFramebufferAttachmentParameteriv (int target, int attachment, int pname, int[]? params, int offset);
[<Android.Runtime.Register("glGetFramebufferAttachmentParameteriv", "(III[II)V", "")>]
static member GlGetFramebufferAttachmentParameteriv : int * int * int * int[] * int -> unit

Paramètres

target
Int32
attachment
Int32
pname
Int32
params
Int32[]
offset
Int32
Attributs

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à