GL.Oes.IsVertexArray 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
IsVertexArray(Int32) | |
IsVertexArray(UInt32) |
IsVertexArray(Int32)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glIsVertexArrayOES", Version="1.1")]
public static bool IsVertexArray (int array);
static member IsVertexArray : int -> bool
Parámetros
- array
- Int32
Devoluciones
- Atributos
Se aplica a
IsVertexArray(UInt32)
Importante
Esta API no es conforme a CLS.
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glIsVertexArrayOES", Version="1.1")]
[System.CLSCompliant(false)]
public static bool IsVertexArray (uint array);
static member IsVertexArray : uint32 -> bool
Parámetros
- array
- UInt32
Devoluciones
- Atributos