Backends: standardized top of file comments.

This commit is contained in:
ocornut
2024-12-05 12:43:04 +01:00
parent 566558b17c
commit 43fbd7ce84
38 changed files with 54 additions and 48 deletions

View File

@@ -3,6 +3,8 @@
// Implemented features:
// [X] Renderer: User texture binding. Use 'GLuint' OpenGL texture identifier as void*/ImTextureID. Read the FAQ about ImTextureID!
// Missing features or Issues:
// [ ] Renderer: Large meshes support (64k+ vertices) even with 16-bit indices (ImGuiBackendFlags_RendererHasVtxOffset).
// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this.
// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need.