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.
The GPU device that creates the command queue.
var device: any MTLDevice { get }The command queue can submit work only to the GPU the MTLDevice instance represents.