[][src]Module macroquad::texture

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

Structs

DrawTextureParams
Image

Image, data stored in CPU memory

RenderTarget
Texture2D

Texture, data stored in GPU memory

Enums

FilterMode

Functions

delete_texture

Unload texture from GPU memory Using deleted texture will gives different results on different platforms and is not recommended

draw_texture
draw_texture_ex
draw_texture_recDeprecated
get_screen_data

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

get_texture_data

Get pixel data from GPU texture and return an Image

load_image

Load image from file into CPU memory

load_texture

Load texture from file into GPU memory

load_texture_from_image
render_target
set_texture_filter
update_texture

Upload image data to GPU texture