ComposeHardwareAcceleration type
Signature:
export declare type ComposeHardwareAcceleration =
/**
* Use the quadra overlay functionality to perform the compose
*/
"quadra"
/**
* Use an nvidia CUDA kernel to perform the compose
*/
| "nvidia";
Signature:
export declare type ComposeHardwareAcceleration =
/**
* Use the quadra overlay functionality to perform the compose
*/
"quadra"
/**
* Use an nvidia CUDA kernel to perform the compose
*/
| "nvidia";