Skip to content

Commit

Permalink
Removing WebGPU (#1972)
Browse files Browse the repository at this point in the history
* Removing WebGPU

* Removing WebGpu features
  • Loading branch information
Pauan authored and alexcrichton committed Jan 22, 2020
1 parent 34eb8a8 commit aed52c0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 77 deletions.
76 changes: 0 additions & 76 deletions crates/web-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down
1 change: 1 addition & 0 deletions crates/web-sys/webidls/disabled/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
These webidl files are intentionally disabled because they have not yet stabilized.
2 changes: 1 addition & 1 deletion crates/web-sys/webidls/enabled/Window.webidl
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,4 @@ dictionary IdleRequestOptions {

callback IdleRequestCallback = void (IdleDeadline deadline);

Window includes WebGPUProvider;
//Window includes WebGPUProvider;

0 comments on commit aed52c0

Please sign in to comment.