Interface GpuQueryPool

All Superinterfaces:
AutoCloseable, UncheckedAutoCloseable
All Known Implementing Classes:
GlQueryPool, VulkanQueryPool

public interface GpuQueryPool extends UncheckedAutoCloseable
  • Method Details

    • size

      int size()
    • getValue

      OptionalLong getValue(int index)
    • getValues

      OptionalLong[] getValues(int index, int count)