dawn-cmake/test/tint/statements/compound_assign/vector/plus-scalar.wgsl.expected.msl

12 lines
183 B
Plaintext

#include <metal_stdlib>
using namespace metal;
struct S {
/* 0x0000 */ float4 a;
};
void foo(device S* const tint_symbol) {
(*(tint_symbol)).a = ((*(tint_symbol)).a + 2.0f);
}