pixi.js
    Preparing search index...

    Interface GPUAdvanced

    The GPU object. Contains the GPU adapter and device.

    interface GPU {
        adapter: GPUAdapter;
        device: GPUDevice;
    }
    Index

    Properties

    Properties

    adapter: GPUAdapter

    The GPU adapter

    device: GPUDevice

    The GPU device