interface IDeviceBufferCacheData {
    gpudata: WebGPUShaderData;
    propertyID: number;
}

属性

propertyID: number