Class QuadIndexSequence
java.lang.Object
dev.engine_room.flywheel.lib.model.QuadIndexSequence
- All Implemented Interfaces:
IndexSequence
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidfill(long ptr, int count) Populate the given memory region with indices.
-
Field Details
-
INSTANCE
-
-
Method Details
-
fill
public void fill(long ptr, int count) Description copied from interface:IndexSequencePopulate the given memory region with indices.Do not write outside the range
[ptr, ptr + count * 4].- Specified by:
fillin interfaceIndexSequence
-