mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-02 12:41:36 +00:00
Bug: tint:1581 Change-Id: I5605426f0c4b9447ce770092de4ab2f639d0218d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/102580 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
6 lines
64 B
HLSL
6 lines
64 B
HLSL
[numthreads(1, 1, 1)]
|
|
void f() {
|
|
const int r = 3;
|
|
return;
|
|
}
|