Features in LWJGL Next(tm)

Started by elias, December 19, 2003, 21:49:58

Previous topic - Next topic

elias

So if we use the logger api, what is Sys.DEBUG for then? As I see it, we'll only need the CHECK*LERRORS flags.

- elias

spasi

Elias, how about keeping the underscores in extension names? Now that native code is autogenerated, the "_0005" thing shouldn't bother us, right? It's a one time job, anyway. Do it and forget it. Tell me what you think and I may have time to do it (support for '_' in the tool) before leaving (I'm far from home now, but I'll have computer access for a couple more days).

For others: We were thinking of keeping the original extension names now that everything is split up (e.g. ARB_vertex_program instead of ARBVertexProgram), but javah messed up the generated header file names, cause '_' is used as a package separator. So we went back to the way it is now.

elias

I don't really have a strong oppinion about it. Maybe I'm leaning towards ARBVertexProgram because that matches the java class name conventions and because it's nice to avoid the name mangling, after all.

- elias

princec

I agree. It would have been nice but the name mangling kinda ruins it.

Cas :)