What techniques are used to guarantee rendering order (back to front) when you have more than one deferred context?
My original idea was to manually remap the Command Lists, but it seems like this is not possible.
Do games just render all Alpha objects using the immediate context (to guarantee order)?
Thanks!