language: swift
i use the metal shaders to render an image which size is (4096, 2304). the mtkView.frame.size is (414.0, 233.0). i convert the drawable.texture to uiimage, and save it. but its size is (828, 466).
how can i save image that its size is (4096, 2304) ?
thanks for your help!