Skip to content

HelloFrameBuffer sample - crash on run - DXSample.cpp #923

@Borupirax

Description

@Borupirax

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions