[Webkit-unassigned] [Bug 195519] New: [Web GPU] BindGroups/Argument buffers: Move MTLBuffer creation from GPUDevice.createBindGroupLayout to GPUDevice.createBindGroup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 9 04:11:15 PST 2019


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

            Bug ID: 195519
           Summary: [Web GPU] BindGroups/Argument buffers: Move MTLBuffer
                    creation from GPUDevice.createBindGroupLayout to
                    GPUDevice.createBindGroup
           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: justin_fan at apple.com

The MTLBuffers that serve as argument buffers in the GPUBindGroup backend shouldn't be created until the GPUBindGroup is created. Each GPUBindGroup requires its own unique MTLBuffer(s), but a GPUBindGroupLayout can be used by different GPUBindGroups or GPUPipelineLayouts.

-- 
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/20190309/ce967c28/attachment.html>


More information about the webkit-unassigned mailing list