Module nannou::text::rt

source ·
Expand description

Re-exported RustType geometric types.

Modules

  • This module provides capabilities for managing a cache of rendered glyphs in GPU memory, with the goal of minimisng the size and frequency of glyph uploads to GPU memory from the CPU.

Structs

  • A point in 2-dimensional space, with each dimension of type N.
  • A rectangle, with top-left corner at min, and bottom-right corner at max.
  • A vector in 2-dimensional space, with each dimension of type N.

Functions

  • A convenience function for generating Points.
  • A convenience function for generating Vectors.