项目作者: as

项目描述 :
Drawcache memorizes and coalesces clipping rectangles used in drawing operations
高级语言: Go
项目地址: git://github.com/as/drawcache.git
创建时间: 2017-08-09T08:22:28Z
项目社区:https://github.com/as/drawcache

开源协议:

下载


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.