mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 07:01:04 +01:00 
			
		
		
		
	Comments (fixed old comments)
This commit is contained in:
		@@ -139,6 +139,7 @@
 | 
			
		||||
 Here is a change-log of API breaking changes, if you are using one of the functions listed, expect to have to fix some code.
 | 
			
		||||
 
 | 
			
		||||
 - 2015/07/14 (1.43) - add new ImFontAtlas::AddFont() API. For the old AddFont***, moved the 'font_no' parameter of ImFontAtlas::AddFont** functions to the ImFontConfig structure.
 | 
			
		||||
                       you need to render your textured triangles with bilinear filtering to benefit from subpixel positioning of text.
 | 
			
		||||
 - 2015/07/08 (1.43) - switched rendering data to use indexed rendering. this is saving a fair amount of CPU/GPU and enables us to get anti-aliasing for a marginal cost.
 | 
			
		||||
                       this necessary change will break your rendering function! the fix should be very easy. sorry for that :(
 | 
			
		||||
                     - if you are using a vanilla copy of one of the imgui_impl_XXXX.cpp provided in the example, you just need to update your copy and you can ignore the rest.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user