• Igor Demin's avatar
    Replace async awaitRedraw by sync window.paint(window.graphics), refactor... · 57f3f868
    Igor Demin authored
    Replace async awaitRedraw by sync window.paint(window.graphics), refactor Direct 3D and Metal redrawers (#146)
    
    * Refactor Direct3DContextHandle - move `device` to Direct3DRedrawer.kt
    
    * Refactor finishFrame: split into Direct3DContextHandler.flush and Direct3DRedrawer.swap
    
    * DirectX: redraw immediately
    
    * Metal: redraw immediately
    
    * Remove awaitRedraw
    
    * Fix screenshot tests on macOs
    
    * Discussions
    57f3f868
Name
Last commit
Last update
.github/workflows Loading commit data...
.run Loading commit data...
gradle/wrapper Loading commit data...
samples Loading commit data...
skiko Loading commit data...
third_party Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...