You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wasn't sure where to file this, but encountered it when working on Win32 metadata (SDK 26100.1). Feel free to close if nothing to do here. Maybe a union can help here?
// Header: shared/d3dkmdt.htypedefstruct_DXGK_DISPLAYMUX_SET_INTERNAL_PANEL_INFO
{
// ...
DXGK_BRIGHTNESS_GET_NIT_RANGES_OUT Bridgtness3Ranges; // ← Suspect this should say Brightness3Ranges
} DXGK_DISPLAYMUX_SET_INTERNAL_PANEL_INFO, *PDXGK_DISPLAYMUX_SET_INTERNAL_PANEL_INFO;
The text was updated successfully, but these errors were encountered:
Wasn't sure where to file this, but encountered it when working on Win32 metadata (SDK 26100.1). Feel free to close if nothing to do here. Maybe a
union
can help here?The text was updated successfully, but these errors were encountered: