dawn-cmake/test/tint/shadowing/short_names/param.wgsl.expected.dxc.hlsl

9 lines
114 B
HLSL
Raw Normal View History

[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f(float3 vec3f) {
const float3 b = vec3f;
}