I want to render with high physical resolution on Mac, where the value of window.devicePixelRatio is 2.
Seems I have to enable adaptToDeviceRatio on creating engine.
But the engine is already created, modification of adaptToDeviceRatio after engine creation has no effect. How can I achieve this in playground?
Thank you.