[Webkit-unassigned] [Bug 189120] New: [WHLSL] Consider removing constant and device address spaces

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 29 16:31:44 PDT 2018


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

            Bug ID: 189120
           Summary: [WHLSL] Consider removing constant and device address
                    spaces
           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

Pointers and array references may refer to constant and device address spaces. HLSL represents them by distinct types, StructuredBuffer and RWStructuredBuffer. We could remove pointers in favor of slices, with * being a shorthand for [0]. This would increase compatibility with existing HLSL source.

-- 
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/20180829/c4a24fda/attachment.html>


More information about the webkit-unassigned mailing list