gpu-curtains
    Preparing search index...

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

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

    Properties

    Properties

    adapter?: GPUAdapter

    GPUAdapter to use if set.

    device?: GPUDevice

    GPUDevice to use if set.