mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-30 21:21:34 +00:00
@ -1168,82 +1168,6 @@ WebGlTexture = []
|
||||
WebGlTransformFeedback = []
|
||||
WebGlUniformLocation = []
|
||||
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 = []
|
||||
WebSocket = []
|
||||
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);
|
||||
|
||||
Window includes WebGPUProvider;
|
||||
//Window includes WebGPUProvider;
|
||||
|
Reference in New Issue
Block a user