[opengl/d3d9/d3d10..??]Automatic adaptation is unstable,
Sometimes you need to manually configure the target version in "mainThread"
- DirectX SDK https://www.microsoft.com/en-us/download/details.aspx?id=6812
- OpenGL SDK
- c++/VisualStudio
- ImGui/stb_image/detours
Command line : ml64 /Fo $(IntDir)%(fileName).obj /c %(fileName).asm
Output : $(IntDir)%(fileName).obj
DirectX | x86 | x64 |
---|---|---|
9 | ✅ | ✅ |
10 | ✅ | ✅ |
11 | ✅ | ✅ |
12 | ❌ | ❌ |
OpenGL | x86 | x64 |
---|---|---|
2 | ✅ | ❌ |
3 | ✅ | ❌ |
- TODO