dawn-cmake/test/ptr_ref/load/local/ptr_uniform.wgsl.expected.hlsl

10 lines
148 B
HLSL
Raw Normal View History

cbuffer cbuffer_v : register(b0, space0) {
uint4 v[1];
};
[numthreads(1, 1, 1)]
void main() {
const int use = (asint(v[0].x) + 1);
return;
}