AlienEngine.Core.Graphics.OpenGL.GL.DrawElements C# (CSharp) Method

DrawElements() private method

private DrawElements ( BeginMode mode, int count, DrawElementsType type, IntPtr indices ) : void
mode BeginMode
count int
type DrawElementsType
indices IntPtr
return void
        static extern void DrawElements(BeginMode mode, int count, DrawElementsType type, IntPtr indices);

Same methods

GL::DrawElements ( BeginMode mode, int count, DrawElementsType type, int offset ) : void
GL::DrawElements ( BeginMode mode, int count, DrawElementsType type, long offset ) : void