Contents

device

The GPU device that creates the command queue.

Declaration

var device: any MTLDevice { get }

Discussion

The command queue can submit work only to the GPU the MTLDevice instance represents.

See Also

Identifying the command queue