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 Details

    • allocation

      @Parameter VMAAllocationType allocation()
      Returns:
      The allocation
    • result

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