Compartir a través de


IGL11.GlGetFixedv Método

Definición

Sobrecargas

GlGetFixedv(Int32, Int32[], Int32)
GlGetFixedv(Int32, IntBuffer)

GlGetFixedv(Int32, Int32[], Int32)

[Android.Runtime.Register("glGetFixedv", "(I[II)V", "GetGlGetFixedv_IarrayIIHandler:Javax.Microedition.Khronos.Opengles.IGL11Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GlGetFixedv (int pname, int[]? params, int offset);
[<Android.Runtime.Register("glGetFixedv", "(I[II)V", "GetGlGetFixedv_IarrayIIHandler:Javax.Microedition.Khronos.Opengles.IGL11Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GlGetFixedv : int * int[] * int -> unit

Parámetros

pname
Int32
params
Int32[]
offset
Int32
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

GlGetFixedv(Int32, IntBuffer)

[Android.Runtime.Register("glGetFixedv", "(ILjava/nio/IntBuffer;)V", "GetGlGetFixedv_ILjava_nio_IntBuffer_Handler:Javax.Microedition.Khronos.Opengles.IGL11Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GlGetFixedv (int pname, Java.Nio.IntBuffer? params);
[<Android.Runtime.Register("glGetFixedv", "(ILjava/nio/IntBuffer;)V", "GetGlGetFixedv_ILjava_nio_IntBuffer_Handler:Javax.Microedition.Khronos.Opengles.IGL11Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GlGetFixedv : int * Java.Nio.IntBuffer -> unit

Parámetros

pname
Int32
params
IntBuffer
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a