Searched refs:CreateDXGIFactory (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dcompute_test.cpp112 PFN_CREATE_DXGI_FACTORY CreateDXGIFactory; local in function:ComputeTest::get_dxgi_factory
118 CreateDXGIFactory = (PFN_CREATE_DXGI_FACTORY)GetProcAddress(hDXGIMod, "CreateDXGIFactory");
119 if (!CreateDXGIFactory)
120 throw runtime_error("Failed to load CreateDXGIFactory from DXGI.DLL");
123 HRESULT hr = CreateDXGIFactory(IID_IDXGIFactory4, (void **)&factory);
125 throw runtime_error("CreateDXGIFactory failed");

Completed in 2 milliseconds