CreateComputePipelineAsyncCallback
public fun interface CreateComputePipelineAsyncCallback
Summary
Public methods |
|
|---|---|
abstract void |
onCreateComputePipelineAsync(A callback function invoked upon the completion of asynchronous compute pipeline creation. |
Public methods
onCreateComputePipelineAsync
Added in 1.0.0-alpha01
abstract void onCreateComputePipelineAsync(
int status,
@NonNull String message,
GPUComputePipeline pipeline
)
A callback function invoked upon the completion of asynchronous compute pipeline creation.
| Parameters | |
|---|---|
int status |
The status of the asynchronous compute pipeline creation. |
@NonNull String message |
A human-readable message providing context on the status. |
GPUComputePipeline pipeline |
The created compute pipeline object on success. |