fonts/binary_to_compress: display error message when failing to open file + misc comments.

This commit is contained in:
omar
2019-07-10 11:36:43 +02:00
parent 54c49b5fb1
commit d23f1b1409
3 changed files with 16 additions and 12 deletions

View File

@ -59,6 +59,7 @@ Other Changes:
channel 0 and 1. (#2624)
- ImDrawListSplitter: Fixed memory leak when using low-level split api (was not affecting ImDrawList api,
also this type was added in 1.71 and not advertised as a public-facing feature).
- Fonts: binary_to_compressed_c.cpp: Display an error message if failing to open/read the input font file.
- Backends: SDL2: Added dummy ImGui_ImplSDL2_InitForD3D() function to make D3D support more visible.
(#2482, #2632) [@josiahmanson]
- Examples: Added SDL2+DirectX11 example application. (#2632, #2612, #2482) [@vincenthamm]