virtual Render::RenderSync* GetRenderSync();
GetRenderSync returns the RenderSync object, used for synchronizing the CPU and GPU. Not all platforms require this object, it is valid for this function to return 0.
The derived RenderSync object.