VertexArray.this

Construct the vertex array with a type and an initial number of vertices

  1. this()
  2. this(PrimitiveType type, uint vertexCount)
    class VertexArray
    this

Parameters

type PrimitiveType

Type of primitives

vertexCount uint

Initial number of vertices in the array

Meta