Why does the rdrThread double when VR is enabled? My understanding is that OpenXR handles getting frames to both eyes in VR. rdrThread represents the CPU time it takes to build the draw commands. Does this mean the CPU is creating twice as many draw calls in VR, or is it creating draw calls for two frames?

