Error -
Unhandled exception at 0x00007FF8CA0C4058 (amdihk64.dll) in D3D12HelloFrameBuffering.exe: An invalid parameter was passed to a function that considers invalid parameters fatal.
At -
DXSample.cpp (Line 75 ~ 78)
if (SUCCEEDED(D3D12CreateDevice(adapter.Get(), D3D_FEATURE_LEVEL_11_0, _uuidof(ID3D12Device), nullptr))) { break; }
I've modified nothing in the code. I downloaded the sample as-is, and am able to run successfully at least HelloConstBuffer and HelloTexture samples. So now I'm trying to run HelloFrameBuffer, which I can't, because of the error above.