dawn-cmake/test/tint/statements/compound_assign/vector/or.wgsl.expected.fxc.hlsl

11 lines
174 B
HLSL
Raw Normal View History

[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
RWByteAddressBuffer v : register(u0);
void foo() {
v.Store4(0u, asuint((asint(v.Load4(0u)) | (2).xxxx)));
}