Module rust_raylib::texture

source ·
Expand description

Images and textures

Re-exports

Structs

  • Image, pixel data stored in CPU memory (RAM)
  • NPatchInfo, n-patch layout info
  • RenderTexture, fbo for texture rendering
  • Texture, tex data stored in GPU memory (VRAM)

Enums

Functions

Type Aliases