GL.ColorPointer Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ColorPointer(Int32, All, Int32, IntPtr)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glColorPointer", Version="1.1")]
public static void ColorPointer (int size, OpenTK.Graphics.ES11.All type, int stride, IntPtr pointer);
static member ColorPointer : int * OpenTK.Graphics.ES11.All * int * nativeint -> unit
Parámetros
- size
- Int32
- type
- All
- stride
- Int32
- pointer
-
IntPtr
nativeint
- Atributos
Se aplica a
ColorPointer<T3>(Int32, All, Int32, T3)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glColorPointer", Version="1.1")]
public static void ColorPointer<T3> (int size, OpenTK.Graphics.ES11.All type, int stride, out T3 pointer) where T3 : struct;
static member ColorPointer : int * OpenTK.Graphics.ES11.All * int * -> unit (requires 'T3 : struct)
Parámetros de tipo
- T3
Parámetros
- size
- Int32
- type
- All
- stride
- Int32
- pointer
- T3
- Atributos
Se aplica a
ColorPointer<T3>(Int32, All, Int32, T3[,,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glColorPointer", Version="1.1")]
public static void ColorPointer<T3> (int size, OpenTK.Graphics.ES11.All type, int stride, T3[,,] pointer) where T3 : struct;
static member ColorPointer : int * OpenTK.Graphics.ES11.All * int * 'T3[,,] -> unit (requires 'T3 : struct)
Parámetros de tipo
- T3
Parámetros
- size
- Int32
- type
- All
- stride
- Int32
- pointer
- T3[,,]
- Atributos
Se aplica a
ColorPointer<T3>(Int32, All, Int32, T3[,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glColorPointer", Version="1.1")]
public static void ColorPointer<T3> (int size, OpenTK.Graphics.ES11.All type, int stride, T3[,] pointer) where T3 : struct;
static member ColorPointer : int * OpenTK.Graphics.ES11.All * int * 'T3[,] -> unit (requires 'T3 : struct)
Parámetros de tipo
- T3
Parámetros
- size
- Int32
- type
- All
- stride
- Int32
- pointer
- T3[,]
- Atributos
Se aplica a
ColorPointer<T3>(Int32, All, Int32, T3[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glColorPointer", Version="1.1")]
public static void ColorPointer<T3> (int size, OpenTK.Graphics.ES11.All type, int stride, T3[] pointer) where T3 : struct;
static member ColorPointer : int * OpenTK.Graphics.ES11.All * int * 'T3[] -> unit (requires 'T3 : struct)
Parámetros de tipo
- T3
Parámetros
- size
- Int32
- type
- All
- stride
- Int32
- pointer
- T3[]
- Atributos