We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ae30b commit 1e6a089Copy full SHA for 1e6a089
Samples/Desktop/D3D12MeshShaders/src/DynamicLOD/D3D12DynamicLOD.cpp
@@ -128,7 +128,7 @@ void D3D12DynamicLOD::LoadPipeline()
128
else
129
{
130
ComPtr<IDXGIAdapter1> hardwareAdapter;
131
- GetHardwareAdapter(factory.Get(), &hardwareAdapter);
+ GetHardwareAdapter(factory.Get(), &hardwareAdapter, true);
132
133
ThrowIfFailed(D3D12CreateDevice(
134
hardwareAdapter.Get(),
0 commit comments