mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-06 12:15:43 +00:00
Fixed: tint:1697 Change-Id: I6de9ea520e8e8fcba281c8cf68ad77021eb3dd22 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104825 Reviewed-by: David Neto <dneto@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
9 lines
89 B
HLSL
9 lines
89 B
HLSL
[numthreads(1, 1, 1)]
|
|
void unused_entry_point() {
|
|
return;
|
|
}
|
|
|
|
void f() {
|
|
int v = 0;
|
|
}
|