GL.DrawElements 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
DrawElements(All, Int32, All, IntPtr) | |
DrawElements<T3>(All, Int32, All, T3) | |
DrawElements<T3>(All, Int32, All, T3[,,]) | |
DrawElements<T3>(All, Int32, All, T3[,]) | |
DrawElements<T3>(All, Int32, All, T3[]) |
DrawElements(All, Int32, All, IntPtr)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawElements", Version="1.1")]
public static void DrawElements (OpenTK.Graphics.ES11.All mode, int count, OpenTK.Graphics.ES11.All type, IntPtr indices);
static member DrawElements : OpenTK.Graphics.ES11.All * int * OpenTK.Graphics.ES11.All * nativeint -> unit
매개 변수
- mode
- All
- count
- Int32
- type
- All
- indices
-
IntPtr
nativeint
- 특성
적용 대상
DrawElements<T3>(All, Int32, All, T3)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawElements", Version="1.1")]
public static void DrawElements<T3> (OpenTK.Graphics.ES11.All mode, int count, OpenTK.Graphics.ES11.All type, out T3 indices) where T3 : struct;
static member DrawElements : OpenTK.Graphics.ES11.All * int * OpenTK.Graphics.ES11.All * -> unit (requires 'T3 : struct)
형식 매개 변수
- T3
매개 변수
- mode
- All
- count
- Int32
- type
- All
- indices
- T3
- 특성
적용 대상
DrawElements<T3>(All, Int32, All, T3[,,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawElements", Version="1.1")]
public static void DrawElements<T3> (OpenTK.Graphics.ES11.All mode, int count, OpenTK.Graphics.ES11.All type, T3[,,] indices) where T3 : struct;
static member DrawElements : OpenTK.Graphics.ES11.All * int * OpenTK.Graphics.ES11.All * 'T3[,,] -> unit (requires 'T3 : struct)
형식 매개 변수
- T3
매개 변수
- mode
- All
- count
- Int32
- type
- All
- indices
- T3[,,]
- 특성
적용 대상
DrawElements<T3>(All, Int32, All, T3[,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawElements", Version="1.1")]
public static void DrawElements<T3> (OpenTK.Graphics.ES11.All mode, int count, OpenTK.Graphics.ES11.All type, T3[,] indices) where T3 : struct;
static member DrawElements : OpenTK.Graphics.ES11.All * int * OpenTK.Graphics.ES11.All * 'T3[,] -> unit (requires 'T3 : struct)
형식 매개 변수
- T3
매개 변수
- mode
- All
- count
- Int32
- type
- All
- indices
- T3[,]
- 특성
적용 대상
DrawElements<T3>(All, Int32, All, T3[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawElements", Version="1.1")]
public static void DrawElements<T3> (OpenTK.Graphics.ES11.All mode, int count, OpenTK.Graphics.ES11.All type, T3[] indices) where T3 : struct;
static member DrawElements : OpenTK.Graphics.ES11.All * int * OpenTK.Graphics.ES11.All * 'T3[] -> unit (requires 'T3 : struct)
형식 매개 변수
- T3
매개 변수
- mode
- All
- count
- Int32
- type
- All
- indices
- T3[]
- 특성