GL.DrawElements 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DrawElements(BeginMode, Int32, DrawElementsType, IntPtr)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawElements", Version="3.0")]
public static void DrawElements (OpenTK.Graphics.ES30.BeginMode mode, int count, OpenTK.Graphics.ES30.DrawElementsType type, IntPtr indices);
static member DrawElements : OpenTK.Graphics.ES30.BeginMode * int * OpenTK.Graphics.ES30.DrawElementsType * nativeint -> unit
参数
- mode
- BeginMode
- count
- Int32
- type
- DrawElementsType
- indices
-
IntPtr
nativeint
- 属性
适用于
DrawElements(BeginMode, Int32, DrawElementsType, Int32)
public static void DrawElements (OpenTK.Graphics.ES30.BeginMode mode, int count, OpenTK.Graphics.ES30.DrawElementsType type, int offset);
static member DrawElements : OpenTK.Graphics.ES30.BeginMode * int * OpenTK.Graphics.ES30.DrawElementsType * int -> unit
参数
- mode
- BeginMode
- count
- Int32
- type
- DrawElementsType
- offset
- Int32
适用于
DrawElements<T3>(BeginMode, Int32, DrawElementsType, T3[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawElements", Version="3.0")]
public static void DrawElements<T3> (OpenTK.Graphics.ES30.BeginMode mode, int count, OpenTK.Graphics.ES30.DrawElementsType type, T3[] indices) where T3 : struct;
static member DrawElements : OpenTK.Graphics.ES30.BeginMode * int * OpenTK.Graphics.ES30.DrawElementsType * 'T3[] -> unit (requires 'T3 : struct)
类型参数
- T3
参数
- mode
- BeginMode
- count
- Int32
- type
- DrawElementsType
- indices
- T3[]
- 属性
适用于
DrawElements<T3>(BeginMode, Int32, DrawElementsType, T3)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawElements", Version="3.0")]
public static void DrawElements<T3> (OpenTK.Graphics.ES30.BeginMode mode, int count, OpenTK.Graphics.ES30.DrawElementsType type, out T3 indices) where T3 : struct;
static member DrawElements : OpenTK.Graphics.ES30.BeginMode * int * OpenTK.Graphics.ES30.DrawElementsType * -> unit (requires 'T3 : struct)
类型参数
- T3
参数
- mode
- BeginMode
- count
- Int32
- type
- DrawElementsType
- indices
- T3
- 属性
适用于
DrawElements<T3>(BeginMode, Int32, DrawElementsType, T3[,,])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawElements", Version="3.0")]
public static void DrawElements<T3> (OpenTK.Graphics.ES30.BeginMode mode, int count, OpenTK.Graphics.ES30.DrawElementsType type, T3[,,] indices) where T3 : struct;
static member DrawElements : OpenTK.Graphics.ES30.BeginMode * int * OpenTK.Graphics.ES30.DrawElementsType * 'T3[,,] -> unit (requires 'T3 : struct)
类型参数
- T3
参数
- mode
- BeginMode
- count
- Int32
- type
- DrawElementsType
- indices
- T3[,,]
- 属性
适用于
DrawElements<T3>(BeginMode, Int32, DrawElementsType, T3[,])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawElements", Version="3.0")]
public static void DrawElements<T3> (OpenTK.Graphics.ES30.BeginMode mode, int count, OpenTK.Graphics.ES30.DrawElementsType type, T3[,] indices) where T3 : struct;
static member DrawElements : OpenTK.Graphics.ES30.BeginMode * int * OpenTK.Graphics.ES30.DrawElementsType * 'T3[,] -> unit (requires 'T3 : struct)
类型参数
- T3
参数
- mode
- BeginMode
- count
- Int32
- type
- DrawElementsType
- indices
- T3[,]
- 属性