AlienEngine.Core.Graphics.OpenGL.GL.DrawElements C# (CSharp) Метод

DrawElements() приватный Метод

private DrawElements ( BeginMode mode, int count, DrawElementsType type, IntPtr indices ) : void
mode BeginMode
count int
type DrawElementsType
indices IntPtr
Результат 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