mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
d3d11: advertise IDXGIDevice1, not just IDXGIDevice
Fixes failure to create device in DirectX SDK samples.
This commit is contained in:
parent
a6e642be5c
commit
dfc546c047
1 changed files with 1 additions and 1 deletions
|
|
@ -1008,7 +1008,7 @@ COM_INTERFACE(IDXGIAdapter1, IDXGIAdapter)
|
|||
COM_INTERFACE(IDXGIFactory1, IDXGIFactory)
|
||||
|
||||
template<typename Base>
|
||||
struct GalliumDXGIDevice : public GalliumMultiPrivateDataComObject<Base, IDXGIDevice>
|
||||
struct GalliumDXGIDevice : public GalliumMultiPrivateDataComObject<Base, IDXGIDevice1>
|
||||
{
|
||||
ComPtr<IDXGIAdapter> adapter;
|
||||
int priority;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue