Handbook
Glossary
load-image-from-texture ( texture -- Image )
Vocabulary
raylib
Inputs
texture
a
Texture2D
Outputs
Image
a
Image
Word description
Load image from GPU texture data
Definition
USING:
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
load-image-from-texture
Image LoadImageFromTexture (
Texture2D
texture )