WebIDLpedia

GPUOrigin3DDict dictionary

Definition

WebGPU defines GPUOrigin3DDict



dictionary GPUOrigin3DDict {
    GPUIntegerCoordinate x = 0;
    GPUIntegerCoordinate y = 0;
    GPUIntegerCoordinate z = 0;
};