[Webkit-unassigned] [Bug 200256] New: [WHLSL] When called with its second argument greater than its third, clamp should return its third argument
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 29 16:13:05 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=200256
Bug ID: 200256
Summary: [WHLSL] When called with its second argument greater
than its third, clamp should return its third argument
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebGPU
Assignee: webkit-unassigned at lists.webkit.org
Reporter: rmorisset at apple.com
For compatibility with HLSL (and with the spec now that I've specified HLSL behavior).
In other words, "max(min(upper, x), lower)" must become "min(max(x, lower), upper)".
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190729/05360f0f/attachment.html>
More information about the webkit-unassigned
mailing list