Skip to content

Commit 81bef4d

Browse files
authored
Update imgui_impl_metal.mm
1 parent c030f56 commit 81bef4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/imgui_impl_metal.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// Implemented features:
55
// [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).
6+
// [X] Renderer: Large meshes support (64k+ vertices) even with 16-bit indices (ImGuiBackendFlags_RendererHasVtxOffset).
77

88
// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this.
99
// 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

Comments
 (0)