Skip to content

Commit

Permalink
Chromium 131 validates depth bias on line and point topologies (#24811)
Browse files Browse the repository at this point in the history
* Add data points for depth bias deprecation on line and point topologies

* Update api/GPUDevice.json

Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>

* Update wording and support data

---------

Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
  • Loading branch information
chrisdavidmills and caugner authored Oct 29, 2024
1 parent 67c8aab commit 8739c3e
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions api/GPUDevice.json
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,46 @@
"standard_track": true,
"deprecated": false
}
},
"validates_depth_bias_for_line_and_point_topologies": {
"__compat": {
"description": "Validates that <code>depthBias</code>, <code>depthBiasSlopeScale</code>, and <code>depthBiasClamp</code> must be <code>0</code> for line and point topologies.",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "131"
},
"chrome_android": "mirror",
"deno": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
},
"createRenderPipelineAsync": {
Expand Down Expand Up @@ -713,6 +753,46 @@
"standard_track": true,
"deprecated": false
}
},
"validates_depth_bias_for_line_and_point_topologies": {
"__compat": {
"description": "Validates that <code>depthBias</code>, <code>depthBiasSlopeScale</code>, and <code>depthBiasClamp</code> must be <code>0</code> for line and point topologies.",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "131"
},
"chrome_android": "mirror",
"deno": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
},
"createSampler": {
Expand Down

0 comments on commit 8739c3e

Please sign in to comment.