mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-30 13:11:33 +00:00
@ -1168,82 +1168,6 @@ WebGlTexture = []
|
|||||||
WebGlTransformFeedback = []
|
WebGlTransformFeedback = []
|
||||||
WebGlUniformLocation = []
|
WebGlUniformLocation = []
|
||||||
WebGlVertexArrayObject = []
|
WebGlVertexArrayObject = []
|
||||||
WebGpu = []
|
|
||||||
WebGpuAdapter = []
|
|
||||||
WebGpuAdapterDescriptor = []
|
|
||||||
WebGpuAttachmentState = []
|
|
||||||
WebGpuAttachmentStateDescriptor = []
|
|
||||||
WebGpuBindGroup = []
|
|
||||||
WebGpuBindGroupBinding = []
|
|
||||||
WebGpuBindGroupDescriptor = []
|
|
||||||
WebGpuBindGroupLayout = []
|
|
||||||
WebGpuBindGroupLayoutDescriptor = []
|
|
||||||
WebGpuBinding = []
|
|
||||||
WebGpuBindingType = []
|
|
||||||
WebGpuBlendDescriptor = []
|
|
||||||
WebGpuBlendFactor = []
|
|
||||||
WebGpuBlendOperation = []
|
|
||||||
WebGpuBlendState = []
|
|
||||||
WebGpuBlendStateDescriptor = []
|
|
||||||
WebGpuBuffer = []
|
|
||||||
WebGpuBufferBinding = []
|
|
||||||
WebGpuBufferDescriptor = []
|
|
||||||
WebGpuBufferUsage = []
|
|
||||||
WebGpuColorWriteBits = []
|
|
||||||
WebGpuCommandBuffer = []
|
|
||||||
WebGpuCommandEncoder = []
|
|
||||||
WebGpuCommandEncoderDescriptor = []
|
|
||||||
WebGpuCompareFunction = []
|
|
||||||
WebGpuComputePipeline = []
|
|
||||||
WebGpuComputePipelineDescriptor = []
|
|
||||||
WebGpuDepthStencilState = []
|
|
||||||
WebGpuDepthStencilStateDescriptor = []
|
|
||||||
WebGpuDevice = []
|
|
||||||
WebGpuDeviceDescriptor = []
|
|
||||||
WebGpuExtensions = []
|
|
||||||
WebGpuFence = []
|
|
||||||
WebGpuFilterMode = []
|
|
||||||
WebGpuIndexFormat = []
|
|
||||||
WebGpuInputState = []
|
|
||||||
WebGpuInputStateDescriptor = []
|
|
||||||
WebGpuInputStepMode = []
|
|
||||||
WebGpuLimits = []
|
|
||||||
WebGpuLoadOp = []
|
|
||||||
WebGpuLogEntry = []
|
|
||||||
WebGpuLogEntryType = []
|
|
||||||
WebGpuObjectStatus = []
|
|
||||||
WebGpuPipelineDescriptorBase = []
|
|
||||||
WebGpuPipelineLayout = []
|
|
||||||
WebGpuPipelineLayoutDescriptor = []
|
|
||||||
WebGpuPipelineStageDescriptor = []
|
|
||||||
WebGpuPowerPreference = []
|
|
||||||
WebGpuPrimitiveTopology = []
|
|
||||||
WebGpuQueue = []
|
|
||||||
WebGpuRenderPassAttachmentDescriptor = []
|
|
||||||
WebGpuRenderPassDescriptor = []
|
|
||||||
WebGpuRenderPipeline = []
|
|
||||||
WebGpuRenderPipelineDescriptor = []
|
|
||||||
WebGpuSampler = []
|
|
||||||
WebGpuSamplerDescriptor = []
|
|
||||||
WebGpuShaderModule = []
|
|
||||||
WebGpuShaderModuleDescriptor = []
|
|
||||||
WebGpuShaderStage = []
|
|
||||||
WebGpuShaderStageBit = []
|
|
||||||
WebGpuStencilOperation = []
|
|
||||||
WebGpuStencilStateFaceDescriptor = []
|
|
||||||
WebGpuStoreOp = []
|
|
||||||
WebGpuSwapChain = []
|
|
||||||
WebGpuSwapChainDescriptor = []
|
|
||||||
WebGpuTexture = []
|
|
||||||
WebGpuTextureDescriptor = []
|
|
||||||
WebGpuTextureDimension = []
|
|
||||||
WebGpuTextureFormat = []
|
|
||||||
WebGpuTextureUsage = []
|
|
||||||
WebGpuTextureView = []
|
|
||||||
WebGpuTextureViewDescriptor = []
|
|
||||||
WebGpuVertexAttributeDescriptor = []
|
|
||||||
WebGpuVertexFormat = []
|
|
||||||
WebGpuVertexInputDescriptor = []
|
|
||||||
WebKitCssMatrix = []
|
WebKitCssMatrix = []
|
||||||
WebSocket = []
|
WebSocket = []
|
||||||
WebSocketDict = []
|
WebSocketDict = []
|
||||||
|
1
crates/web-sys/webidls/disabled/README.md
Normal file
1
crates/web-sys/webidls/disabled/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
These webidl files are intentionally disabled because they have not yet stabilized.
|
2
crates/web-sys/webidls/enabled/Window.webidl
vendored
2
crates/web-sys/webidls/enabled/Window.webidl
vendored
@ -273,4 +273,4 @@ dictionary IdleRequestOptions {
|
|||||||
|
|
||||||
callback IdleRequestCallback = void (IdleDeadline deadline);
|
callback IdleRequestCallback = void (IdleDeadline deadline);
|
||||||
|
|
||||||
Window includes WebGPUProvider;
|
//Window includes WebGPUProvider;
|
||||||
|
Reference in New Issue
Block a user