USE byte-arrays in opengl
parent
33d9e45420
commit
47e991649c
|
@ -2,9 +2,10 @@
|
||||||
! Portions copyright (C) 2007 Eduardo Cavazos.
|
! Portions copyright (C) 2007 Eduardo Cavazos.
|
||||||
! Portions copyright (C) 2008 Joe Groff.
|
! Portions copyright (C) 2008 Joe Groff.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien alien.c-types continuations kernel libc math macros namespaces
|
USING: alien alien.c-types continuations kernel libc math macros
|
||||||
math.vectors math.constants math.functions math.parser opengl.gl opengl.glu
|
namespaces math.vectors math.constants math.functions
|
||||||
combinators arrays sequences splitting words ;
|
math.parser opengl.gl opengl.glu combinators arrays sequences
|
||||||
|
splitting words byte-arrays ;
|
||||||
IN: opengl
|
IN: opengl
|
||||||
|
|
||||||
: coordinates [ first2 ] 2apply ;
|
: coordinates [ first2 ] 2apply ;
|
||||||
|
|
Loading…
Reference in New Issue