Module macroquad::texture[][src]

Loading and rendering textures. Also render textures, per-pixel image manipulations.

Structs

DrawTextureParams
Image

Image, data stored in CPU memory

RenderTarget
Texture2D

Texture, data stored in GPU memory

Enums

FilterMode

Functions

draw_texture
draw_texture_ex
draw_texture_recDeprecated
get_screen_data

Get pixel data from screen buffer and return an Image (screenshot)

load_image

Loads an Image from a file into CPU memory.

load_texture

Loads a Texture2D from a file into GPU memory.

render_target