Examples: update all VS project files to VS2015. Update DX12 project Windows SDK to latest.

This commit is contained in:
ocornut
2021-06-08 13:06:21 +02:00
parent 6ee398ac2b
commit 7fc144edde
16 changed files with 86 additions and 80 deletions

View File

@ -48,6 +48,7 @@ Other Changes:
Normally the right way to disable compiling the demo is to set IMGUI_DISABLE_DEMO_WINDOWS, but we want to avoid
implying that the file is required.
- Backends: OpenGL3: Handle GL_CLIP_ORIGIN on <4.5 contexts if "GL_ARB_clip_control" extension is detected. (#4170, #3998)
- Examples: Updated all .vcxproj to VS2015 (toolset v140) to facilitate usage with vcpkg.
-----------------------------------------------------------------------