Remove .lib dependencies from opengl.{shaders,framebuffers,capabilities} and move them to basis
parent
e7fc788d40
commit
42b580c80a
|
@ -2,8 +2,8 @@
|
|||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: kernel opengl.gl alien.c-types continuations namespaces
|
||||
assocs alien alien.strings libc opengl math sequences combinators
|
||||
combinators.lib macros arrays io.encodings.ascii fry
|
||||
specialized-arrays.uint destructors accessors ;
|
||||
macros arrays io.encodings.ascii fry specialized-arrays.uint
|
||||
destructors accessors ;
|
||||
IN: opengl.shaders
|
||||
|
||||
: with-gl-shader-source-ptr ( string quot -- )
|
Loading…
Reference in New Issue