Package overrungl

Interface ArrayPointer

All Superinterfaces:
Addressable
All Known Implementing Classes:
DrawArraysIndirectCommand.Buffer, DrawElementsIndirectCommand.Buffer, GLFWImage.Buffer, GLFWVidMode.Buffer, NFDNFilterItem.Buffer, NFDU8FilterItem.Buffer

public interface ArrayPointer extends Addressable
An array pointer.
Since:
0.1.0
Author:
squid233
  • Method Summary

    Modifier and Type
    Method
    Description
    default long
    Returns the count of the elements in this array.

    Methods inherited from interface overrungl.Addressable

    address
  • Method Details

    • elementCount

      default long elementCount()
      Returns the count of the elements in this array.
      Returns:
      the count of the elements in this array