When more than one, consecutive, subdivision modifier is used on a Mesh,
the last subsurf modifier is used for GPU subdivision even though it
might be disabled. This is because retrieving the last subsurf modifier
did not check whether the modifier was disabled or not.
To fix this, the session UUID of the modifier that delayed evaluation
to the GPU is now stored in the Mesh runtime and used at draw time
to retrieve the right modifier.