mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-05 11:45:54 +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>
20 lines
569 B
Plaintext
20 lines
569 B
Plaintext
SKIP: FAILED
|
|
|
|
bug/tint/757.wgsl:3:5 warning: use of deprecated language feature: [[offset]] has been replaced with [[size]] and [[align]]
|
|
[[offset(0)]] level : i32;
|
|
^^^^^^
|
|
|
|
bug/tint/757.wgsl:10:5 warning: use of deprecated language feature: [[offset]] has been replaced with [[size]] and [[align]]
|
|
[[offset(0)]] values : [[stride(4)]] array<f32>;
|
|
^^^^^^
|
|
|
|
|
|
|
|
Validation Failure:
|
|
|
|
Compilation failed:
|
|
|
|
program_source:14:18: error: use of undeclared identifier 'myTexture'
|
|
float4 texel = myTexture.read(int2(GlobalInvocationID.xy), 0, 0);
|
|
^
|