Skip to contents

Load image from GPU texture data.

Usage

load_image_from_texture(texture)

Arguments

texture

A texture.

Value

An image

Note

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

Image LoadImageFromTexture(Texture2D texture);

Examples

if (FALSE) {
load_image_from_texture(load_texture("file.png"))
}