gltrace draw - part-cw/lambdanative GitHub Wiki
(gltrace-draw t x y w h)
gltrace-draw draws a texture. This function is deprecated!
Note: Use (glgui-trace g x y w h trace color . lim) instead.
| Parameter | Description |
|---|---|
| t | Texture to be drawn |
| x | x-axis starting coordinate |
| y | y-axis starting coordinate |
| w | Width |
| h | Height |
Example
None provided here!