[Gambas-devel] C component declaration

Benoît Minisini gambas at ...1...
Thu Dec 31 13:57:05 CET 2015


Le 30/12/2015 17:08, Martin Cristia a écrit :
> How to declare arrays when making a component, ie :
> (C declaration in library)
> void glVertexPointer(GLint size, GLenum type, GLsize stride, const
> GLvoid*array)
>
> C gb component:
>
> GB_STATIC_METHOD( ......??
>
>
> DECLARE_METHOD(.....?
>
> Saludos Martin
>

Please give details about glVertexPointer() : what it does, and what 
exactly is the array argument, as GLvoid * can points at anything.

Regards,

-- 
Benoît Minisini




More information about the Devel mailing list