2020 Constructor
Changes 0
C

IndexBuffer

Description:
Constructs the index buffer with the given capacity, measured in short integers.
public IndexBuffer(
	int sizeInShortInts
)
  • sizeInShortInts
    The number of short integers that the buffer can contain.