|
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.