Class QuadIndexSequence

java.lang.Object
dev.engine_room.flywheel.lib.model.QuadIndexSequence
All Implemented Interfaces:
IndexSequence

public final class QuadIndexSequence extends Object implements IndexSequence
  • Field Details

  • Method Details

    • fill

      public void fill(long ptr, int count)
      Description copied from interface: IndexSequence
      Populate the given memory region with indices.

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

      Specified by:
      fill in interface IndexSequence