Am 08.09.20 um 09:02 schrieb Jeff Smith:
- hr = IDirect3D9_CreateDevice(d3d9, D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, NULL,
behavior_flags, &present_parameters, &device);
Is this true of all device types? In particular, also NULLREF? I think WPF creates NULLREF devices with NULL windows, although I am not sure what for...