-
- Type Parameters:
T
- The type of allocation result
- All Known Implementing Classes:
VMAAllocationResult
@Immutable public interface VMAAllocationResultType<T>
An allocation result.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VMAAllocationType
allocation()
T
result()
-
-
-
Method Detail
-
allocation
@Parameter VMAAllocationType allocation()
- Returns:
- The allocation
-
result
@Parameter T result()
- Returns:
- The allocation result. Typically an image or a buffer.
-
-