[Webkit-unassigned] [Bug 198168] New: [WHLSL] Add dynamic binding types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 22 22:39:04 PDT 2019


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

            Bug ID: 198168
           Summary: [WHLSL] Add dynamic binding types
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mmaxfield at apple.com

enum class BindingType : uint8_t {
    UniformBuffer,
    Sampler,
    Texture,
    StorageBuffer,
    // FIXME: Add the dynamic types
};

-- 
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/20190523/d18acd88/attachment-0001.html>


More information about the webkit-unassigned mailing list