]> gitweb.factorcode.org Git - factor.git/blob - extra/clutter/cogl/ffi/ffi.factor
factor: more top level forms.
[factor.git] / extra / clutter / cogl / ffi / ffi.factor
1 ! Copyright (C) 2010 Anton Gorenko.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: alien alien.libraries alien.syntax combinators
4 gobject-introspection kernel opengl.gl system vocabs ;
5 IN: clutter.cogl.ffi
6
7 <<
8 "gobject.ffi" require
9 >>
10
11 LIBRARY: clutter.cogl
12
13 LIBRARY-UNIX: clutter.cogl cdecl "libclutter-glx-1.0.so"
14
15 FOREIGN-ATOMIC-TYPE: GL.uint GLuint
16 FOREIGN-ATOMIC-TYPE: GL.enum GLenum
17
18 GIR: Cogl-1.0.gir