D3D12_DOWNLEVEL_DDI_UMDFILENAME - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

typedef struct D3D12_DOWNLEVEL_DDI_UMDFILENAME {
  WCHAR Filename[MAX_PATH];
} D3D12_DOWNLEVEL_DDI_UMDFILENAME;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d12_downlevel_ddi_umdfilename)

D3D12_DOWNLEVEL_DDI_UMDFILENAME structure

Description

Contains the name of an OpenGL ICD that is based on the specified version of the DirectX runtime.

Members

Filename

A string that contains the name of the OpenGL ICD.

Remarks

See also