dawn-cmake/test/unittest/reader/spirv/SpvBinaryArithTestBasic_Mat...

11 lines
183 B
HLSL

void main_1() {
const float2x2 x_1 = float2x2(float2(50.0f, 60.0f), float2(60.0f, 50.0f));
const float2x2 x_10 = (x_1 * 50.0f);
return;
}
void main() {
main_1();
return;
}