Kawarp Shader <3

This commit is contained in:
meowarex
2026-08-14 06:21:00 +00:00
parent 625d012e17
commit 526e424621
35 changed files with 3051 additions and 327 deletions
@@ -0,0 +1,3 @@
package androidx.compose.ui.graphics.drawscope;
import androidx.compose.ui.graphics.Canvas;
public interface DrawContext { Canvas getCanvas(); }
@@ -0,0 +1,6 @@
package androidx.compose.ui.graphics.drawscope;
public interface DrawScope {
DrawContext getDrawContext();
/** Renamed to getSize-NH-jbRc by build.sh (Kotlin value-class mangling). */
long getSizeNHjbRc();
}