mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
11 lines
169 B
HLSL
11 lines
169 B
HLSL
static const float2 ic0_ = float2(2.0, 2.0);
|
|
|
|
[numthreads(1, 1, 1)]
|
|
void main()
|
|
{
|
|
float2 vc0_ = float2(2.0, 2.0);
|
|
|
|
float2 lc0_ = float2(2.0, 2.0);
|
|
return;
|
|
}
|