DrawElements Method
Definition
Namespace: Avalonia.OpenGL
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public void DrawElements(
int mode,
int count,
int type,
IntPtr indices
)
Public Sub DrawElements (
mode As Integer,
count As Integer,
type As Integer,
indices As IntPtr
)
member DrawElements :
mode : int *
count : int *
type : int *
indices : IntPtr -> unit