In the same manner, we copy the triangle data from the array in CPU memory to the buffer in GPU memory. This time, we use the ELEMENT_ARRAY_BUFFER
binding point.
Again, we must convert the data from JavaScript values to binary 16-bit integer values.