다음을 통해 공유


GL.DrawElements 메서드

정의

오버로드

DrawElements(BeginMode, Int32, DrawElementsType, IntPtr)
DrawElements(BeginMode, Int32, DrawElementsType, Int32)
DrawElements<T3>(BeginMode, Int32, DrawElementsType, T3[])
DrawElements<T3>(BeginMode, Int32, DrawElementsType, T3)
DrawElements<T3>(BeginMode, Int32, DrawElementsType, T3[,,])
DrawElements<T3>(BeginMode, Int32, DrawElementsType, T3[,])

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
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
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
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
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
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
indices
T3[,]
특성

적용 대상