Поделиться через


GLES20.GlGetFramebufferAttachmentParameteriv Метод

Определение

Перегрузки

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

Параметры

target
Int32
attachment
Int32
pname
Int32
params
IntBuffer
Атрибуты

Комментарии

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к

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

Параметры

target
Int32
attachment
Int32
pname
Int32
params
Int32[]
offset
Int32
Атрибуты

Комментарии

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к