[Webkit-unassigned] [Bug 266882] Web Inspector: No errors reported in console when unimplemented WGSL radians() function is used in compute shader
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 27 10:33:59 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=266882
--- Comment #3 from Mike Wyrzykowski <mwyrzykowski at apple.com> ---
MSL compilation error: Error Domain=MTLLibraryErrorDomain Code=3 "program_source:181:26: error: use of undeclared identifier 'radians'
float local46 = tan((radians(parameter18.field2) / 2.));
^
program_source:578:55: error: use of undeclared identifier 'radians'
float local88 = (global7.field6.field4 / tan((radians(global7.field6.field2) * 0.5)));
^
" UserInfo={NSLocalizedDescription=program_source:181:26: error: use of undeclared identifier 'radians'
float local46 = tan((radians(parameter18.field2) / 2.));
^
program_source:578:55: error: use of undeclared identifier 'radians'
float local88 = (global7.field6.field4 / tan((radians(global7.field6.field2) * 0.5)));
--
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/20231227/87c33fd9/attachment-0001.htm>
More information about the webkit-unassigned
mailing list