Nikolay Sivov (@nsivov) commented about dlls/d3dx9_36/tests/effect.c:
+int4x4 i44_2[2];
+float f; +float f_2[2]; +float2 f2; +float2 f2_2[2]; +float4 f4; +float4 f4_2[2]; +float2x2 f22; +float2x2 f22_2[2]; +float4x4 f44; +float4x4 f44_2[2];
+technique t { pass p { } }; +#endif +static const DWORD test_set_raw_value_blob[] =
We potentially don't need this, this test effect should compile with current vkd3d-shader/d3dcompiler in wine tree. I haven't tried to see if it compiles correctly.