[Webkit-unassigned] [Bug 194618] New: [Web GPU] Replace 'unsigned long' with 'unsigned' when implementing u32 variables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 15:36:46 PST 2019


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

            Bug ID: 194618
           Summary: [Web GPU] Replace 'unsigned long' with 'unsigned' when
                    implementing u32 variables
           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

In WebIDL, "unsigned long (aka u32 in Web GPU)" actually refers to a 32-bit unsigned integer. Replace all instances of "unsigned long" in Web GPU C++ meant to represent "u32" with "unsigned".

-- 
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/20190213/056bfe4a/attachment.html>


More information about the webkit-unassigned mailing list