mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-24 22:15:39 +00:00
Fixed: tint:862 Change-Id: If85fd589a500afe2c59ba581fcd0124d4b87dfde Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/54181 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: David Neto <dneto@google.com>
15 lines
380 B
Plaintext
15 lines
380 B
Plaintext
SKIP: FAILED
|
|
|
|
|
|
|
|
Validation Failure:
|
|
|
|
Compilation failed:
|
|
|
|
program_source:9:15: error: use of undeclared identifier 'arg_0'
|
|
float res = arg_0.sample_compare(arg_1, float3(), 1.0f, level(0));
|
|
^
|
|
program_source:9:36: error: use of undeclared identifier 'arg_1'
|
|
float res = arg_0.sample_compare(arg_1, float3(), 1.0f, level(0));
|
|
^
|