rgl.cur()
returns the current rgl device number and rgl.set()
allows to set a device as the active one. I cannot find an rgl
function that returns all opened devices like dev.list()
for standard graphic devices. Is there a function I missed to get an overview of the all opened rgl devices?