WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED MOVED
189120
[WHLSL] Consider removing constant and device address spaces
https://bugs.webkit.org/show_bug.cgi?id=189120
Summary
[WHLSL] Consider removing constant and device address spaces
Myles C. Maxfield
Reported
2018-08-29 16:31:44 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Myles C. Maxfield
Comment 1
2018-10-13 14:52:39 PDT
Migrated to
https://github.com/gpuweb/WHLSL/issues/60
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug