-
Notifications
You must be signed in to change notification settings - Fork 86
glCoreVertex2f
Chris Petersen edited this page Oct 16, 2014
·
1 revision
glCoreVertex2f simulate OpenGL vertex
call.
Parameter | Description |
---|---|
x0 | x coordinate of Vertex |
y0 | y coordinate of Vertex |
xtra | Optional: tx and ty |
Example 1: glgui:draw-line, a very inefficient way of drawing a line
(define (glgui:draw-line x1 y1 x2 y2 color)
(glCoreColor color)
(glCoreBegin GL_LINES)
(glCoreVertex2f (flo x1) (flo y1))
(glCoreVertex2f (flo x2) (flo y2))
(glCoreEnd))
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip