다음을 통해 공유


GL.DrawElementsInstanced 메서드

정의

오버로드

DrawElementsInstanced(PrimitiveType, Int32, DrawElementsType, IntPtr, Int32)
DrawElementsInstanced(All, Int32, All, IntPtr, Int32)
사용되지 않음.
DrawElementsInstanced<T3>(PrimitiveType, Int32, DrawElementsType, T3[], Int32)
DrawElementsInstanced<T3>(PrimitiveType, Int32, DrawElementsType, T3[,], Int32)
DrawElementsInstanced<T3>(PrimitiveType, Int32, DrawElementsType, T3[,,], Int32)
DrawElementsInstanced<T3>(PrimitiveType, Int32, DrawElementsType, T3, Int32)
DrawElementsInstanced<T3>(All, Int32, All, T3, Int32)
사용되지 않음.
DrawElementsInstanced<T3>(All, Int32, All, T3[,], Int32)
사용되지 않음.
DrawElementsInstanced<T3>(All, Int32, All, T3[,,], Int32)
사용되지 않음.
DrawElementsInstanced<T3>(All, Int32, All, T3[], Int32)
사용되지 않음.

DrawElementsInstanced(PrimitiveType, Int32, DrawElementsType, IntPtr, Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawElementsInstanced", Version="3.0")]
public static void DrawElementsInstanced (OpenTK.Graphics.ES30.PrimitiveType mode, int count, OpenTK.Graphics.ES30.DrawElementsType type, IntPtr indices, int instanceCount);
static member DrawElementsInstanced : OpenTK.Graphics.ES30.PrimitiveType * int * OpenTK.Graphics.ES30.DrawElementsType * nativeint * int -> unit

매개 변수

count
Int32
indices
IntPtr

nativeint

instanceCount
Int32
특성

적용 대상

DrawElementsInstanced(All, Int32, All, IntPtr, Int32)

주의

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawElementsInstanced", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void DrawElementsInstanced (OpenTK.Graphics.ES30.All mode, int count, OpenTK.Graphics.ES30.All type, IntPtr indices, int instanceCount);
static member DrawElementsInstanced : OpenTK.Graphics.ES30.All * int * OpenTK.Graphics.ES30.All * nativeint * int -> unit

매개 변수

mode
All
count
Int32
type
All
indices
IntPtr

nativeint

instanceCount
Int32
특성

적용 대상

DrawElementsInstanced<T3>(PrimitiveType, Int32, DrawElementsType, T3[], Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawElementsInstanced", Version="3.0")]
public static void DrawElementsInstanced<T3> (OpenTK.Graphics.ES30.PrimitiveType mode, int count, OpenTK.Graphics.ES30.DrawElementsType type, T3[] indices, int instanceCount) where T3 : struct;
static member DrawElementsInstanced : OpenTK.Graphics.ES30.PrimitiveType * int * OpenTK.Graphics.ES30.DrawElementsType * 'T3[] * int -> unit (requires 'T3 : struct)

형식 매개 변수

T3

매개 변수

count
Int32
indices
T3[]
instanceCount
Int32
특성

적용 대상

DrawElementsInstanced<T3>(PrimitiveType, Int32, DrawElementsType, T3[,], Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawElementsInstanced", Version="3.0")]
public static void DrawElementsInstanced<T3> (OpenTK.Graphics.ES30.PrimitiveType mode, int count, OpenTK.Graphics.ES30.DrawElementsType type, T3[,] indices, int instanceCount) where T3 : struct;
static member DrawElementsInstanced : OpenTK.Graphics.ES30.PrimitiveType * int * OpenTK.Graphics.ES30.DrawElementsType * 'T3[,] * int -> unit (requires 'T3 : struct)

형식 매개 변수

T3

매개 변수

count
Int32
indices
T3[,]
instanceCount
Int32
특성

적용 대상

DrawElementsInstanced<T3>(PrimitiveType, Int32, DrawElementsType, T3[,,], Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawElementsInstanced", Version="3.0")]
public static void DrawElementsInstanced<T3> (OpenTK.Graphics.ES30.PrimitiveType mode, int count, OpenTK.Graphics.ES30.DrawElementsType type, T3[,,] indices, int instanceCount) where T3 : struct;
static member DrawElementsInstanced : OpenTK.Graphics.ES30.PrimitiveType * int * OpenTK.Graphics.ES30.DrawElementsType * 'T3[,,] * int -> unit (requires 'T3 : struct)

형식 매개 변수

T3

매개 변수

count
Int32
indices
T3[,,]
instanceCount
Int32
특성

적용 대상

DrawElementsInstanced<T3>(PrimitiveType, Int32, DrawElementsType, T3, Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawElementsInstanced", Version="3.0")]
public static void DrawElementsInstanced<T3> (OpenTK.Graphics.ES30.PrimitiveType mode, int count, OpenTK.Graphics.ES30.DrawElementsType type, out T3 indices, int instanceCount) where T3 : struct;
static member DrawElementsInstanced : OpenTK.Graphics.ES30.PrimitiveType * int * OpenTK.Graphics.ES30.DrawElementsType *  * int -> unit (requires 'T3 : struct)

형식 매개 변수

T3

매개 변수

count
Int32
indices
T3
instanceCount
Int32
특성

적용 대상

DrawElementsInstanced<T3>(All, Int32, All, T3, Int32)

주의

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawElementsInstanced", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void DrawElementsInstanced<T3> (OpenTK.Graphics.ES30.All mode, int count, OpenTK.Graphics.ES30.All type, out T3 indices, int instanceCount) where T3 : struct;
static member DrawElementsInstanced : OpenTK.Graphics.ES30.All * int * OpenTK.Graphics.ES30.All *  * int -> unit (requires 'T3 : struct)

형식 매개 변수

T3

매개 변수

mode
All
count
Int32
type
All
indices
T3
instanceCount
Int32
특성

적용 대상

DrawElementsInstanced<T3>(All, Int32, All, T3[,], Int32)

주의

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawElementsInstanced", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void DrawElementsInstanced<T3> (OpenTK.Graphics.ES30.All mode, int count, OpenTK.Graphics.ES30.All type, T3[,] indices, int instanceCount) where T3 : struct;
static member DrawElementsInstanced : OpenTK.Graphics.ES30.All * int * OpenTK.Graphics.ES30.All * 'T3[,] * int -> unit (requires 'T3 : struct)

형식 매개 변수

T3

매개 변수

mode
All
count
Int32
type
All
indices
T3[,]
instanceCount
Int32
특성

적용 대상

DrawElementsInstanced<T3>(All, Int32, All, T3[,,], Int32)

주의

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawElementsInstanced", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void DrawElementsInstanced<T3> (OpenTK.Graphics.ES30.All mode, int count, OpenTK.Graphics.ES30.All type, T3[,,] indices, int instanceCount) where T3 : struct;
static member DrawElementsInstanced : OpenTK.Graphics.ES30.All * int * OpenTK.Graphics.ES30.All * 'T3[,,] * int -> unit (requires 'T3 : struct)

형식 매개 변수

T3

매개 변수

mode
All
count
Int32
type
All
indices
T3[,,]
instanceCount
Int32
특성

적용 대상

DrawElementsInstanced<T3>(All, Int32, All, T3[], Int32)

주의

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawElementsInstanced", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void DrawElementsInstanced<T3> (OpenTK.Graphics.ES30.All mode, int count, OpenTK.Graphics.ES30.All type, T3[] indices, int instanceCount) where T3 : struct;
static member DrawElementsInstanced : OpenTK.Graphics.ES30.All * int * OpenTK.Graphics.ES30.All * 'T3[] * int -> unit (requires 'T3 : struct)

형식 매개 변수

T3

매개 변수

mode
All
count
Int32
type
All
indices
T3[]
instanceCount
Int32
특성

적용 대상