Skip to contents

Load texture from image data.

Usage

load_texture_from_image(image)

Arguments

image

An image.

Value

A texture

Note

This function has been auto-generated from the following Raylib function definition:

Texture2D LoadTextureFromImage(Image image);

Examples

if (FALSE) {
load_texture_from_image(gen_image_color(100, 100, "blue"))
}