We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c030f56 commit 81bef4dCopy full SHA for 81bef4d
backends/imgui_impl_metal.mm
@@ -3,7 +3,7 @@
3
4
// Implemented features:
5
// [X] Renderer: User texture binding. Use 'MTLTexture' as ImTextureID. Read the FAQ about ImTextureID!
6
-// [X] Renderer: Large meshes support (64k+ vertices) even with 16-bit indices (ImGuiBackendFlags_RendererHasVtxOffset).
+// [X] Renderer: Large meshes support (64k+ vertices) even with 16-bit indices (ImGuiBackendFlags_RendererHasVtxOffset).
7
8
// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this.
9
// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need.
0 commit comments