Minor correction:
On Tue, Jul 14, 2015 at 08:02:23AM +0200, Alexander Burger wrote:
> For example, if '_tex-num' is 4 and '_tex-ptr' is 'A', then this will
> evaluate to
>
> (A (32 N . 4))
>
> meaning 'A' is the symbol to receive the pointer, 32 the total size of
Should be:
"meaning 'A' is the symbol to receive the list of four pointers (numbers)".
> You would call it as
>
> (glGenTextures 4 'A)
BTW, don't forget to bind the symbol 'A', e.g.:
(use A
(glGenTextures 4 'A)
.. )
♪♫ Alex
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe