• Alen MapuH's avatar
    add BackendTexture and Image.adoptTextureFrom (#1030) · ff5a1136
    Alen MapuH authored
    ### New:  
    (related #1019)
    1. Adds bindings to GrBackendTextures::MakeGL 
    2. Adds bindings to SkImages::AdoptTextureFrom
    3. Adds bindings to GrBackendTextures::GLTextureParametersModdified
    
    ### Changes in build scripts:
    (related #742)
    1. Add file paths treating if building on Windows machine
    2. Use "emcc.bat" instead of "emcc" if building on Windows machine, as
    described on Emscripten website
    
    ### Use-case: 
    Allows skia to draw images, rendered externally on gpu.
    Compose would benefit greatly, allowing to embed VideoPlayer or Browser
    without any friction or need to use Swing.
    ff5a1136
Name
Last commit
Last update
.github Loading commit data...
.run Loading commit data...
gradle/wrapper Loading commit data...
samples Loading commit data...
skiko Loading commit data...
.gitignore Loading commit data...
DEVELOPMENT.md Loading commit data...
LICENSE Loading commit data...
NOTICE Loading commit data...
README.md Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle.kts Loading commit data...