mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-08 14:15:58 +00:00
Bug: chromium:1395241 Bug: tint:1581 Change-Id: I6f6084749d9bc5c0d493476b251eeec5543d8621 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/112701 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
11 lines
163 B
GLSL
11 lines
163 B
GLSL
#version 310 es
|
|
|
|
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
|
|
void unused_entry_point() {
|
|
return;
|
|
}
|
|
void fr6snorm() {
|
|
int bzbxttch = 2;
|
|
}
|
|
|