mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-30 20:51:06 +01:00 
			
		
		
		
	Texture-based thick lines: Minor tweaks and rename toward merging in master. Changes to allow changing AA_SIZE (disable texture path).
This commit is contained in:
		| @@ -544,8 +544,7 @@ struct IMGUI_API ImDrawListSharedData | ||||
|     // [Internal] Lookup tables | ||||
|     ImVec2          ArcFastVtx[12 * IM_DRAWLIST_ARCFAST_TESSELLATION_MULTIPLIER];  // FIXME: Bake rounded corners fill/borders in atlas | ||||
|     ImU8            CircleSegmentCounts[64];    // Precomputed segment count for given radius (array index + 1) before we calculate it dynamically (to avoid calculation overhead) | ||||
|  | ||||
|     const ImVec4*   TexUvAALines;               // UV of anti-aliased lines in the atlas | ||||
|     const ImVec4*   TexUvLines;                 // UV of anti-aliased lines in the atlas | ||||
|  | ||||
|     ImDrawListSharedData(); | ||||
|     void SetCircleSegmentMaxError(float max_error); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user