Hello
I am trying to create my own RenderQueueGroup implementation, however I am unable to because RenderQueue::getQueueGroup is not virtual, and the RenderQueueGroup methods aren't either.
Also, my objective is to modify RenderPriorityGroup functionality (specifically the sort method), so that would need to be virtual too.
Is there any reason not to virtualize these methods? If not, could you please do it in trunk for next release?
Thank you.