mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-03 05:01:27 +00:00
This didn't make the M100 release branch, so update the release notes. Fix a type in one of the E2E test names. Bug: tint:1437 Change-Id: I36c018a126f412607a55ff254add60dae4fa9ae5 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/81200 Auto-Submit: James Price <jrprice@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
17 lines
267 B
GLSL
17 lines
267 B
GLSL
#version 310 es
|
|
precision mediump float;
|
|
|
|
float tint_symbol_2(int tint_symbol_3) {
|
|
return float(tint_symbol_3);
|
|
}
|
|
|
|
void tint_symbol_4() {
|
|
int tint_symbol_5 = 0;
|
|
float tint_symbol_6 = tint_symbol_2(tint_symbol_5);
|
|
}
|
|
|
|
void main() {
|
|
tint_symbol_4();
|
|
return;
|
|
}
|