Interface ILspIndexedVertexArray

All Superinterfaces:
ILspVertexArray

public interface ILspIndexedVertexArray extends ILspVertexArray
A vertex array which is indexed by one or more element buffers.
Since:
2012.0
See Also:
  • Method Details

    • getElementArrayCount

      int getElementArrayCount()
      Returns the number of element arrays associated to this indexed vertex array.
      Returns:
      the number of element arrays associated to this indexed vertex array
    • getElementArray

      ILspElementArray getElementArray(int aElementArrayIndex)
      Returns the Nth element array of this indexed vertex array, where N == aIndex.
      Parameters:
      aElementArrayIndex - the index of the element array to be retrieved
      Returns:
      the element array associated to the given index