[Webkit-unassigned] [Bug 200852] New: [WebGPU] Resource usage rules should not be enforced at creation time
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 16 21:56:30 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=200852
Bug ID: 200852
Summary: [WebGPU] Resource usage rules should not be enforced
at creation time
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebGPU
Assignee: webkit-unassigned at lists.webkit.org
Reporter: justin_fan at apple.com
I misunderstood UsageValidationRules.md; resource usages need to be checked at pass encoding time to e.g. ensure that a GPUBuffer is not bound as both a STORAGE and VERTEX buffer within a single render pass. Across separate passes, such a GPUBuffer can be used as either.
--
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/20190817/db1a1308/attachment-0001.html>
More information about the webkit-unassigned
mailing list