Package-level declarations
Types
Link copied to clipboard
Represents a backend-specific texture that can be used by Graphite.
Link copied to clipboard
The main entry point for Graphite, responsible for managing and coordinating GPU resources.
Link copied to clipboard
Provides the interface for recording drawing commands and snapping them into a Recording.
Link copied to clipboard
An immutable collection of drawing commands snapped from a Recorder for GPU submission.
Functions
Link copied to clipboard
fun Surface.Companion.wrapBackendTexture(recorder: Recorder, backendTexture: BackendTexture, colorSpace: ColorSpace?, surfaceProps: SurfaceProps? = null): Surface?
Creates a Graphite surface that renders into a backendTexture using recorder.