ImDrawData: added ScaleClipRects() helper (#287)

This commit is contained in:
ocornut
2015-08-27 18:45:43 +01:00
parent 8b225923f8
commit a36001212f
2 changed files with 15 additions and 0 deletions

View File

@ -1142,6 +1142,7 @@ struct ImDrawData
// Functions
void DeIndexAllBuffers(); // For backward compatibility: convert all buffers from indexed to de-indexed, in case you cannot render indexed. Note: this is slow and most likely a waste of resources. Always prefer indexed rendering!
void ScaleClipRects(const ImVec2& sc); // Helper to scale the ClipRect field of each ImDrawCmd. Use if your final output buffer is at a different scale than ImGui expects, or if there is a difference between your window resolution and framebuffer resolution.
};
struct ImFontConfig