Module lay_rs::prelude

source ·

Re-exports§

Modules§

Structs§

Traits§

Functions§

  • Draw the scene to the given skia::Canvas
  • Render a node and his subtree in the provided canvas taking care of the image caching if needed

Type Aliases§

  • Image describes a two dimensional array of pixels to draw. The pixels may be decoded in a raster bitmap, encoded in a Picture or compressed data stream, or located in GPU memory as a GPU texture.