fluo/texture

Types

pub opaque type Texture

Values

pub fn color(texture: Texture) -> image.ColorImage
pub fn create_texture(
  pixels: BitArray,
  width: Int,
  height: Int,
) -> Texture
pub fn load_texture(path: String) -> Texture
Search Document