mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-26 22:17:44 +10:00
Kawarp Shader <3
This commit is contained in:
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user