Skip to content
/ drawcache Public

Drawcache memorizes and coalesces clipping rectangles used in drawing operations

Notifications You must be signed in to change notification settings

as/drawcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

drawcache

Package drawcache implements a drawer that remembers the clipping rectangles used in calls to Draw since the last call to Flush. Rectangles are combined if their vertices are connected on the x or y-axis. This allows coalesed subimages to be uploaded to high resolution windows and buffers instead of the entire image.

About

Drawcache memorizes and coalesces clipping rectangles used in drawing operations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages