microsoft / win32metadata

Tooling to generate metadata for Win32 APIs in the Windows SDK.
Other
1.32k stars 113 forks source link

Legacy Direct3D Versions (2-8) Support #1913

Open RibShark opened 3 months ago

RibShark commented 3 months ago

I specialize in creating patches to improve compatibility with older titles on modern systems. As a part of this, I often have to make a custom configuration program, which .NET allows me to do quickly and easily. CsWin32 has been great for easily using Win32 APIs such as ddraw and d3d9+, but there does not appear to be metadata available for the legacy Direct3D APIs (2 through 8). It would be great if support for these could be added (even if marked as deprecated).