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

8 lines
138 B
HLSL

RWByteAddressBuffer v : register(u0, space0);
[numthreads(1, 1, 1)]
void main() {
const int use = (asint(v.Load(0u)) + 1);
return;
}