2024 Constructor
Changes 0
C

IndexBuffer

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