withQueue

inline fun <R> withQueue(block: (GPUQueue) -> R): R(source)

Provides direct access to the underlying queue for advanced operations.

Return

The result of the block

Parameters

block

A lambda function that receives the native GPUQueue for custom operations