Interface VMAAllocationResultType<T>

  • Type Parameters:
    T - The type of allocation result
    All Known Implementing Classes:
    VMAAllocationResult

    @Immutable
    public interface VMAAllocationResultType<T>
    An allocation result.
    • Method Detail

      • result

        @Parameter
        T result()
        Returns:
        The allocation result. Typically an image or a buffer.