mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-03 18:55:39 +00:00
Make sure the other backends ICE on unrecognized attributes. Add E2E tests, currently skipped for the other backends. Bug: tint:772 Change-Id: I4e68d111ff79b19ebb6c574058a91debcb746011 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/57642 Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
SKIP: FAILED
|
|
|
|
|
|
[[stage(vertex)]]
|
|
fn main() -> [[builtin(position), invariant]] vec4<f32> {
|
|
return vec4<f32>();
|
|
}
|
|
|
|
Failed to generate: unknown decoration
|