RESOLVED MOVED 189065
[WHLSL] Use StructLayoutBuilder internally for vector representation
https://bugs.webkit.org/show_bug.cgi?id=189065
Summary [WHLSL] Use StructLayoutBuilder internally for vector representation
Thomas Denney
Reported 2018-08-28 15:55:06 PDT
Vector types are just native structure types with operator.field& disabled, so most of their implementation can be done by using an hidden internal StructType and StructLayoutBuilder.
Attachments
Thomas Denney
Comment 1 2018-08-28 15:55:19 PDT
Myles C. Maxfield
Comment 2 2018-08-28 16:01:47 PDT
Also the implementation of texturing functions should use this.
Myles C. Maxfield
Comment 3 2018-10-13 15:07:17 PDT
Note You need to log in before you can comment on or make changes to this bug.