diff --git a/imgui-glow-renderer/src/lib.rs b/imgui-glow-renderer/src/lib.rs index 8baec06..16befd1 100644 --- a/imgui-glow-renderer/src/lib.rs +++ b/imgui-glow-renderer/src/lib.rs @@ -614,6 +614,8 @@ impl TextureMap for imgui::Textures { /// imgui, where an attempt is made to save and restore the OpenGL context state /// before and after rendering. /// +/// If you're writing your own renderer, you can likely streamline most of this. +/// /// It is unlikely that any such attempt will be comprehensive for all possible /// applications, due to the complexity of OpenGL and the possibility of /// arbitrary extensions. However, it remains as a useful tool for quickly