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 Summary
-
Method Details
-
allocation
VMAAllocationType allocation()- Returns:
- The allocation
-
result
T result()- Returns:
- The allocation result. Typically an image or a buffer.
-