Interface IndexSequence

All Known Implementing Classes:
QuadIndexSequence

public interface IndexSequence
Represents a sequence of unsigned integer vertex indices.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fill(long ptr, int count)
    Populate the given memory region with indices.
  • Method Details

    • fill

      void fill(long ptr, int count)
      Populate the given memory region with indices.

      Do not write outside the range [ptr, ptr + count * 4].