GL.VertexAttribPointer Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
VertexAttribPointer(Int32, Int32, VertexAttribPointerType, Boolean, Int32, Int32)
public static void VertexAttribPointer (int index, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, int offset);
static member VertexAttribPointer : int * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * int -> unit
Parâmetros
- index
- Int32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- offset
- Int32
Aplica-se a
VertexAttribPointer(Int32, Int32, VertexAttribPointerType, Boolean, Int32, IntPtr)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
public static void VertexAttribPointer (int indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, IntPtr ptr);
static member VertexAttribPointer : int * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * nativeint -> unit
Parâmetros
- indx
- Int32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
-
IntPtr
nativeint
- Atributos
Aplica-se a
VertexAttribPointer(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, Int32)
Importante
Esta API não está em conformidade com CLS.
[System.CLSCompliant(false)]
public static void VertexAttribPointer (uint index, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, int offset);
static member VertexAttribPointer : uint32 * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * int -> unit
Parâmetros
- index
- UInt32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- offset
- Int32
- Atributos
Aplica-se a
VertexAttribPointer(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, IntPtr)
Importante
Esta API não está em conformidade com CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttribPointer (uint indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, IntPtr ptr);
static member VertexAttribPointer : uint32 * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * nativeint -> unit
Parâmetros
- indx
- UInt32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
-
IntPtr
nativeint
- Atributos
Aplica-se a
VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5[])
Importante
Esta API não está em conformidade com CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttribPointer<T5> (uint indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, T5[] ptr) where T5 : struct;
static member VertexAttribPointer : uint32 * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * 'T5[] -> unit (requires 'T5 : struct)
Parâmetros de tipo
- T5
Parâmetros
- indx
- UInt32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[]
- Atributos
Aplica-se a
VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5[,])
Importante
Esta API não está em conformidade com CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttribPointer<T5> (uint indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, T5[,] ptr) where T5 : struct;
static member VertexAttribPointer : uint32 * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * 'T5[,] -> unit (requires 'T5 : struct)
Parâmetros de tipo
- T5
Parâmetros
- indx
- UInt32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[,]
- Atributos
Aplica-se a
VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5[,,])
Importante
Esta API não está em conformidade com CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttribPointer<T5> (uint indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, T5[,,] ptr) where T5 : struct;
static member VertexAttribPointer : uint32 * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * 'T5[,,] -> unit (requires 'T5 : struct)
Parâmetros de tipo
- T5
Parâmetros
- indx
- UInt32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[,,]
- Atributos
Aplica-se a
VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5)
Importante
Esta API não está em conformidade com CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttribPointer<T5> (uint indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, out T5 ptr) where T5 : struct;
static member VertexAttribPointer : uint32 * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * -> unit (requires 'T5 : struct)
Parâmetros de tipo
- T5
Parâmetros
- indx
- UInt32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5
- Atributos
Aplica-se a
VertexAttribPointer<T5>(Int32, Int32, VertexAttribPointerType, Boolean, Int32, T5[,,])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
public static void VertexAttribPointer<T5> (int indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, T5[,,] ptr) where T5 : struct;
static member VertexAttribPointer : int * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * 'T5[,,] -> unit (requires 'T5 : struct)
Parâmetros de tipo
- T5
Parâmetros
- indx
- Int32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[,,]
- Atributos
Aplica-se a
VertexAttribPointer<T5>(Int32, Int32, VertexAttribPointerType, Boolean, Int32, T5[,])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
public static void VertexAttribPointer<T5> (int indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, T5[,] ptr) where T5 : struct;
static member VertexAttribPointer : int * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * 'T5[,] -> unit (requires 'T5 : struct)
Parâmetros de tipo
- T5
Parâmetros
- indx
- Int32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[,]
- Atributos
Aplica-se a
VertexAttribPointer<T5>(Int32, Int32, VertexAttribPointerType, Boolean, Int32, T5)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
public static void VertexAttribPointer<T5> (int indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, out T5 ptr) where T5 : struct;
static member VertexAttribPointer : int * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * -> unit (requires 'T5 : struct)
Parâmetros de tipo
- T5
Parâmetros
- indx
- Int32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5
- Atributos
Aplica-se a
VertexAttribPointer<T5>(Int32, Int32, VertexAttribPointerType, Boolean, Int32, T5[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
public static void VertexAttribPointer<T5> (int indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, T5[] ptr) where T5 : struct;
static member VertexAttribPointer : int * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * 'T5[] -> unit (requires 'T5 : struct)
Parâmetros de tipo
- T5
Parâmetros
- indx
- Int32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[]
- Atributos