dawn-cmake/test/unicode/identifiers.wgsl.expected.hlsl
James Price 3fac602d6c Minor fixups for unicode CL
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>
2022-02-18 21:47:24 +00:00

10 lines
195 B
HLSL

float tint_symbol_2(int tint_symbol_3) {
return float(tint_symbol_3);
}
void tint_symbol_4() {
int tint_symbol_5 = 0;
const float tint_symbol_6 = tint_symbol_2(tint_symbol_5);
return;
}