mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 19:01:24 +00:00
Add return to simple test
Change-Id: I0432724f3b77912ec547a0700c022f9dbbca7d36 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/25460 Reviewed-by: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
parent
fbf4506356
commit
9a2b692b1c
@ -15,7 +15,7 @@
|
|||||||
[[location 0]] var<out> gl_FragColor : vec4<f32>;
|
[[location 0]] var<out> gl_FragColor : vec4<f32>;
|
||||||
|
|
||||||
fn bar() -> void {
|
fn bar() -> void {
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
fn main() -> void {
|
fn main() -> void {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user