Troy Ni
Results
4
issues of
Troy Ni
**wgsl** ``` atomicExchange(&springForceSrc[source_node * 3u + 2u], 0u); atomicCompareExchangeWeak(&springForceSrc[source_node * 3u + 2u], 0u, 1u); ``` **Error message** ``` program_source:184:49: error: cannot take the address of an rvalue of type...
``` @group(0) @binding(0) var v_indices: array; // this is used as both input and output for convenience // The Collatz Conjecture states that for any integer n: // If n...
kind: bug
lang: Metal
area: back-end