lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


   Hi everybody,

   I wanted to fill a PIXELFORMATDESCRIPTOR struct  in order to call a LuaGl function ,  i have to calculate this struct's bytes.I can use sizeof() in C,but i cant find a function to complete the same task in pure Lua.Does anybody  know how to solution it ?
  Thanks your help.