Skip to content

Commit 7a194d8

Browse files
committed
Re-enable WebGPU WebIDL as experimental
1 parent 5547cca commit 7a194d8

File tree

5 files changed

+1047
-654
lines changed

5 files changed

+1047
-654
lines changed

crates/web-sys/Cargo.toml

+99
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,105 @@ Geolocation = []
389389
GetNotificationOptions = []
390390
GetRootNodeOptions = []
391391
GetUserMediaRequest = []
392+
Gpu = []
393+
GpuAdapter = []
394+
GpuAddressMode = []
395+
GpuBindGroup = []
396+
GpuBindGroupBinding = []
397+
GpuBindGroupDescriptor = []
398+
GpuBindGroupLayout = []
399+
GpuBindGroupLayoutBinding = []
400+
GpuBindGroupLayoutDescriptor = []
401+
GpuBindingType = []
402+
GpuBlendDescriptor = []
403+
GpuBlendFactor = []
404+
GpuBlendOperation = []
405+
GpuBuffer = []
406+
GpuBufferBinding = []
407+
GpuBufferCopyView = []
408+
GpuBufferDescriptor = []
409+
GpuBufferUsage = []
410+
GpuCanvasContext = []
411+
GpuColorDict = []
412+
GpuColorStateDescriptor = []
413+
GpuColorWrite = []
414+
GpuCommandBuffer = []
415+
GpuCommandBufferDescriptor = []
416+
GpuCommandEncoder = []
417+
GpuCommandEncoderDescriptor = []
418+
GpuCompareFunction = []
419+
GpuComputePassDescriptor = []
420+
GpuComputePassEncoder = []
421+
GpuComputePipeline = []
422+
GpuComputePipelineDescriptor = []
423+
GpuCullMode = []
424+
GpuDepthStencilStateDescriptor = []
425+
GpuDevice = []
426+
GpuDeviceDescriptor = []
427+
GpuDeviceLostInfo = []
428+
GpuErrorFilter = []
429+
GpuExtensionName = []
430+
GpuExtent3dDict = []
431+
GpuFence = []
432+
GpuFenceDescriptor = []
433+
GpuFilterMode = []
434+
GpuFrontFace = []
435+
GpuImageBitmapCopyView = []
436+
GpuIndexFormat = []
437+
GpuInputStepMode = []
438+
GpuLimits = []
439+
GpuLoadOp = []
440+
GpuObjectDescriptorBase = []
441+
GpuOrigin2dDict = []
442+
GpuOrigin3dDict = []
443+
GpuOutOfMemoryError = []
444+
GpuPipelineDescriptorBase = []
445+
GpuPipelineLayout = []
446+
GpuPipelineLayoutDescriptor = []
447+
GpuPowerPreference = []
448+
GpuPrimitiveTopology = []
449+
GpuProgrammableStageDescriptor = []
450+
GpuQueue = []
451+
GpuRasterizationStateDescriptor = []
452+
GpuRenderBundle = []
453+
GpuRenderBundleDescriptor = []
454+
GpuRenderBundleEncoder = []
455+
GpuRenderBundleEncoderDescriptor = []
456+
GpuRenderPassColorAttachmentDescriptor = []
457+
GpuRenderPassDepthStencilAttachmentDescriptor = []
458+
GpuRenderPassDescriptor = []
459+
GpuRenderPassEncoder = []
460+
GpuRenderPipeline = []
461+
GpuRenderPipelineDescriptor = []
462+
GpuRequestAdapterOptions = []
463+
GpuSampler = []
464+
GpuSamplerDescriptor = []
465+
GpuShaderModule = []
466+
GpuShaderModuleDescriptor = []
467+
GpuShaderStage = []
468+
GpuStencilOperation = []
469+
GpuStencilStateFaceDescriptor = []
470+
GpuStoreOp = []
471+
GpuSwapChain = []
472+
GpuSwapChainDescriptor = []
473+
GpuTexture = []
474+
GpuTextureAspect = []
475+
GpuTextureComponentType = []
476+
GpuTextureCopyView = []
477+
GpuTextureDescriptor = []
478+
GpuTextureDimension = []
479+
GpuTextureFormat = []
480+
GpuTextureUsage = []
481+
GpuTextureView = []
482+
GpuTextureViewDescriptor = []
483+
GpuTextureViewDimension = []
484+
GpuUncapturedErrorEvent = []
485+
GpuUncapturedErrorEventInit = []
486+
GpuValidationError = []
487+
GpuVertexAttributeDescriptor = []
488+
GpuVertexBufferLayoutDescriptor = []
489+
GpuVertexFormat = []
490+
GpuVertexStateDescriptor = []
392491
GridDeclaration = []
393492
GridTrackState = []
394493
GroupedHistoryEventInit = []

0 commit comments

Comments
 (0)