[Webkit-unassigned] [Bug 220137] Failures of attribute location conformance tests with Metal backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 6 15:11:51 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=220137

--- Comment #5 from Kyle Piddington <kpiddington at apple.com> ---
> What happens if a given attribute wasn't assigned a location via glBindAttribLocation? Would the " __unassigned_attribute__" strings cause MSL compilation failures?

Any active attribute should get a location, even if they aren't specifically bound. This is handled in the linkAttributes() (See Program.cpp) step in the Angle frontend.

Any non-active attributes should be optimized out, but if something went wrong, we would have a compilation failure.

-- 
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/20210106/16d4f4ce/attachment.htm>


More information about the webkit-unassigned mailing list