Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
draw-texture ( texture posX posY tint -- )
Vocabulary
raylib.ffi
Inputs and outputs
texture
an
object
posX
an
object
posY
an
object
tint
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib.ffi
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-texture
void
DrawTexture
(
Texture2D
texture,
int
posX,
int
posY,
Color
tint )