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

Parameters

type

Type of primitives

vertexCount
Type: uint

Initial number of vertices in the array

Meta