WebIDLpedia

GPUOrigin2DDict dictionary

Definition

WebGPU defines GPUOrigin2DDict



dictionary GPUOrigin2DDict {
    GPUIntegerCoordinate x = 0;
    GPUIntegerCoordinate y = 0;
};