mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-04 11:15:46 +00:00
Some now pass, some still fail. If we fix bugs and they begin to pass, we have a better chance of noticing and marking the issues as fixed. Change-Id: I7278f960967a570ccde8865dcf2aa580235559bf Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/54062 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: David Neto <dneto@google.com>
16 lines
608 B
Plaintext
16 lines
608 B
Plaintext
SKIP: FAILED
|
|
|
|
bug/tint/827.wgsl:8:26 warning: use of deprecated language feature: declare access with var<storage, read_write> instead of using [[access]] decoration
|
|
[[group(0), binding(1)]] var<storage> result : [[access(read_write)]] Result;
|
|
^^^
|
|
|
|
|
|
|
|
Validation Failure:
|
|
|
|
Compilation failed:
|
|
|
|
program_source:10:76: error: use of undeclared identifier 'tex'
|
|
result.values[((GlobalInvocationId.y * width) + GlobalInvocationId.x)] = tex.read(int2(int(GlobalInvocationId.x), int(GlobalInvocationId.y)), 0);
|
|
^
|