[Webkit-unassigned] [Bug 190322] New: [WHLSL] nullptr doesn't have a preferred address space

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 5 13:19:41 PDT 2018


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

            Bug ID: 190322
           Summary: [WHLSL] nullptr doesn't have a preferred address space
           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: mmaxfield at apple.com

In the standard library, we have many pieces like

void foo(thread int*);
void foo(device int*);
void foo(threadgroup int*);

if you say foo(nullptr), you get a compile error because it doesn't know which address space nullptr prefers.

-- 
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/20181005/0d5aabba/attachment.html>


More information about the webkit-unassigned mailing list