//public GLDisplayList(uint id) { _id = id; } public GLDisplayList(GLContext ctx) { _id = ctx.glGenLists(1); _context = ctx; }