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 6bd2eb8 commit 63ae30bCopy full SHA for 63ae30b
Samples/Desktop/D3D12MeshShaders/src/MeshletCull/D3D12MeshletCull.cpp
@@ -205,7 +205,7 @@ void D3D12MeshletCull::LoadPipeline()
205
else
206
{
207
ComPtr<IDXGIAdapter1> hardwareAdapter;
208
- GetHardwareAdapter(factory.Get(), &hardwareAdapter);
+ GetHardwareAdapter(factory.Get(), &hardwareAdapter, true);
209
210
ThrowIfFailed(D3D12CreateDevice(
211
hardwareAdapter.Get(),
0 commit comments