Optional parameters used to set up/init a GPUAdapter and GPUDevice.

interface GPUDeviceManagerSetupParams {
    adapter?: GPUAdapter;
    device?: GPUDevice;
}

Properties

Properties

adapter?: GPUAdapter

GPUAdapter to use if set.

device?: GPUDevice

GPUDevice to use if set.