On Tue Oct 18 10:04:58 2022 +0000, Matteo Bruni wrote:
Can you reorder the fields such that the values to set are all at the start and the expected values all at the end? E.g.:
struct test_set_raw_data_value { const char *param_name; D3DXPARAMETER_TYPE param_type; const void *data; unsigned int data_size; unsigned int offset; HRESULT expected_hr; const void *expected_data; unsigned int expected_data_size; };
Done in v3 of the patch.