mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-08 14:15:58 +00:00
Fixed: chromium:1381883 Change-Id: If93840977407e349ab8d3ea5a2f51b9e03c7d0e5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/108920 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
12 lines
163 B
GLSL
12 lines
163 B
GLSL
#version 310 es
|
|
precision mediump float;
|
|
|
|
layout(location = 2) in float none_1;
|
|
void tint_symbol(float none) {
|
|
}
|
|
|
|
void main() {
|
|
tint_symbol(none_1);
|
|
return;
|
|
}
|