Skip to content

Commit

Permalink
Tag remaining WebGPU keys (#25127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Nov 19, 2024
1 parent fa2a63d commit 848ac89
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/GPU.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@
"discrete_adapter_default_ac": {
"__compat": {
"description": "On AC power, discrete GPU returned if no `powerPreference` set.",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "115",
Expand Down
6 changes: 6 additions & 0 deletions api/GPUAdapter.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUAdapter/info",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpuadapter-info",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "127",
Expand Down Expand Up @@ -368,6 +371,9 @@
"lost_device_on_duplicate": {
"__compat": {
"description": "Lost `GPUDevice` returned on duplicate calls.",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "116"
Expand Down
3 changes: 3 additions & 0 deletions api/GPUComputePassEncoder.json
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,9 @@
"unset_bind_group": {
"__compat": {
"description": "Pass `null` to unset bind group",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "117",
Expand Down
3 changes: 3 additions & 0 deletions api/GPUDevice.json
Original file line number Diff line number Diff line change
Expand Up @@ -1439,6 +1439,9 @@
"videoframe_source": {
"__compat": {
"description": "`VideoFrame` object as source",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "116"
Expand Down
3 changes: 3 additions & 0 deletions api/GPUPipelineError.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
"message_optional": {
"__compat": {
"description": "`message` parameter is optional",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113"
Expand Down
6 changes: 6 additions & 0 deletions api/GPUQueue.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@
"htmlimageelement_imagedata_source": {
"__compat": {
"description": "`HTMLImageElement` and `ImageData` objects as `source`",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "118"
Expand Down Expand Up @@ -160,6 +163,9 @@
"videoframe_source": {
"__compat": {
"description": "`VideoFrame` object as `source`",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "116"
Expand Down
6 changes: 6 additions & 0 deletions api/GPURenderBundleEncoder.json
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,9 @@
"unset_bind_group": {
"__compat": {
"description": "Pass `null` to unset bind group",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "117",
Expand Down Expand Up @@ -875,6 +878,9 @@
"unset_vertex_buffer": {
"__compat": {
"description": "Pass `null` to unset vertex buffer",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "117",
Expand Down
6 changes: 6 additions & 0 deletions api/GPURenderPassEncoder.json
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,9 @@
"unset_bind_group": {
"__compat": {
"description": "Pass `null` to unset bind group",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "117",
Expand Down Expand Up @@ -1243,6 +1246,9 @@
"unset_vertex_buffer": {
"__compat": {
"description": "Pass `null` to unset vertex buffer",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "117",
Expand Down

0 comments on commit 848ac89

Please sign in to comment.