device
The device object that created the argument encoder.
Declaration
var device: any MTLDevice { get }Discussion
You can only use the encoder to encode data into buffers created by the same Metal device object.
The device object that created the argument encoder.
var device: any MTLDevice { get }You can only use the encoder to encode data into buffers created by the same Metal device object.