[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Luajit and curstom data structures
- From: Geoff Leyland <geoff_leyland@...>
- Date: Wed, 13 Apr 2011 09:22:31 +1200
On 13/04/2011, at 9:08 AM, Francesco Abbate wrote:
> I've just a question, do you think it would be reasonable and/or
> useful to have C API for cdata ? I mean something equivalent to
> lua_pushuserdata, lua_touserdata, etc.
What could you do with "lua_pushcdata" and "lua_tocdata" that you couldn't achieve with the FFI?
Cheers,
Geoff