• Eric Seidel's avatar
    Add C++ based support for drawAtlas · 8998132d
    Eric Seidel authored
    This is supposed to make Viktor's game faster, but it's not clear
    to me that it actually does.  I've left the code
    using the dart version of drawAtlas for now until Viktor can
    verify that it looks correct.
    
    I also added a wrapper for SkFilterQuality in the process of
    debugging SkCanvas.drawAtlas since all drawAtlas examples
    in Skia use FilterQuality.low.  The bug which blocked me for
    so long turned out to be that SkCanvas.drawAtlas doesn't
    draw anything if antialiasing is turned on.
    
    Issue #138.
    
    R=abarth@google.com
    8998132d
Name
Last commit
Last update
..
bin Loading commit data...
example Loading commit data...
lib Loading commit data...
.gitignore Loading commit data...
BUILD.gn Loading commit data...
CHANGELOG.md Loading commit data...
README.md Loading commit data...
pubspec.yaml Loading commit data...