Myles C. Maxfield
Myles C. Maxfield
## Recap: Problems Over the past few weeks, we've seen 2 fundamental problems with representing WGSL pointers using `inout` in HLSL, in the presence of memory aliasing. 1. [Aliasing of...
From today's call: it's probably worth adding an option like this to the table: ``` fn foo(x: i32, y: i32) -> (i32, i32) { x = ...; y = ...;...
A question about something that was brought up in the meeting: it was stated that SPIR-V doesn’t have the ability to make a pointer that points to a field inside...
A few follow-up items here: Regarding `for (var i = 0; i + helper(&i,1) + i < 20 ; i++ )`, this seems like a straw-man to me. I don't...
This name has 3 digits in it, and makes you press the shift key twice. This is difficult for authors to write for a term that will be one of...
`float`, `double`, and `half` are terms-of-art, though.
@dj2 > The benefits I see to `vec4` are: > > * Consistency, it's the same syntax for vector, matrix, array, etc > * Extensible, when we add `vec4` does...
From the team (author's name omitted to protect the innocent): > This vec4 is really hard to type compared to float4, and much less readable. > I find this much...
Issue about namespaces: https://github.com/gpuweb/gpuweb/issues/777
Issue about expansion: https://github.com/gpuweb/gpuweb/issues/600