Examples: Titles/comments in headers

This commit is contained in:
omar
2018-02-21 23:05:17 +01:00
parent 91cadc1130
commit f7ef10e547
22 changed files with 61 additions and 41 deletions

View File

@ -1,4 +1,5 @@
// ImGui Win32 + DirectX11 binding
// ImGui Renderer for: DirectX11
// This needs to be used along with a Platform Binding (e.g. Win32)
// Implemented features:
// [X] User texture binding. Use 'ID3D11ShaderResourceView*' as ImTextureID. Read the FAQ about ImTextureID in imgui.cpp.