mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-06 05:06:07 +00:00
Bug: 1405676 Change-Id: If6edb0ba2b6c1ddd5d75421d234e168297e1b622 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116700 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Stephen White <senorblanco@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com>
13 lines
235 B
GLSL
13 lines
235 B
GLSL
#version 310 es
|
|
|
|
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
|
|
void unused_entry_point() {
|
|
return;
|
|
}
|
|
uniform highp isampler2D arg_0_1;
|
|
void d() {
|
|
texelFetch(arg_0_1, ivec2(1, 0), 0);
|
|
float l = 0.141120002f;
|
|
}
|
|
|