mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-04 03:05:42 +00:00
Bug: 1405676 Change-Id: If6edb0ba2b6c1ddd5d75421d234e168297e1b622 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116700 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Stephen White <senorblanco@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com>
12 lines
181 B
HLSL
12 lines
181 B
HLSL
[numthreads(1, 1, 1)]
|
|
void unused_entry_point() {
|
|
return;
|
|
}
|
|
|
|
Texture1D<int4> arg_0 : register(t0, space0);
|
|
|
|
void d() {
|
|
arg_0.Load(int2(1, 0));
|
|
const float l = 0.141120002f;
|
|
}
|