We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://developer.chrome.com/blog/new-in-webgpu-128#deprecate_setting_depth_bias_for_lines_and_points for change description.
depthBias
depthBiasSlopeScale
depthBiasClamp
0
topology
The text was updated successfully, but these errors were encountered:
BCD update: mdn/browser-compat-data#24811
Sorry, something went wrong.
Content update: #36482
chrisdavidmills
No branches or pull requests
See https://developer.chrome.com/blog/new-in-webgpu-128#deprecate_setting_depth_bias_for_lines_and_points for change description.
Acceptance criteria
depthBias
,depthBiasSlopeScale
, anddepthBiasClamp
on https://developer.mozilla.org/en-US/docs/Web/API/GPUDevice/createRenderPipeline to say that they should be set to0
when thetopology
for a render pipeline is a line or point type.The text was updated successfully, but these errors were encountered: