Handbook
Glossary
set-shapes-texture ( texture source -- )
Vocabulary
raylib
Inputs
texture
a
Texture2D
source
a
Rectangle
Outputs
None
Word description
Set texture and rectangle to be used on shapes drawing
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
set-shapes-texture
void
SetShapesTexture (
Texture2D
texture,
Rectangle
source )