dan sinclair

Results 149 issues of dan sinclair

Is it possible to write a stable execution test to verify invariant is working correctly?

wgsl

Create tests with various combinations of `size` and `align` on the struct members to see that things parse correctly. * [ ] size to odd numbers of bytes and add...

wgsl

The spec contains various examples of invalid and valid constructs. Validate that they are all represented in the CTS in some form or other.

wgsl

The following is valid: ``` fn foo() { let b = 1e-40f; } ``` Where `b` could be rounded down `0` or up to the smallest representable float.

wgsl

# Acceptable conversions * [ ] T -> T for all types * [ ] Load of type T * [ ] AbstractFloat -> f32 * [ ] AbstractFloat ->...

wgsl

* [ ] Assignment to a pointer fails * [ ] Assignment to a ref of access mode `write` fails * [ ] Assignment to a ref of access more...

wgsl

* [ ] Filtering sampler used with filterable texture passes * [ ] Filtering sampler used with each of the non-filterable texture types fails > It is a pipeline-creation error...

wgsl

* [ ] `let a = (true);` * [ ] `let a = (false);` * [ ] `let a = (1.0);` * [ ] `let a = (1.0h);` * [...

wgsl

# Complement * [x] `~` for i32, u32 and vec of each * [x] `~` for AbstractInt, and vectors of AbstractInt # Or, And, XOR (`|`, `&` and `^` already...

wgsl

When using a phone it would be nice to be able to swipe between pages.

enhancement