mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-04 19:25:47 +00:00
Was failing e2e tests. Bug fixed in a parent commit. Bug: tint:1713 Change-Id: I5cf20e6fd21e6358bb418f2ede7f4a7e0a61f138 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107141 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
7 lines
122 B
GLSL
7 lines
122 B
GLSL
#version 310 es
|
|
|
|
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
|
|
void unused_entry_point() {
|
|
return;
|
|
}
|