We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Everything works fine on my iPad but when my iPhoneX is in landscape mode it crashes when starting the video recording (portrait works fine).
Let me know if you need any particular debug info. I'm on Ios 15.1
let sourceTextureDescriptor = self.makeSourceTextureDescriptor(basedOn: lastTexture) guard let sourceTexture = self.device.makeTexture( descriptor: sourceTextureDescriptor, iosurface: surface, plane: 0 ) else { throw Error.noSourceTexture }
com.apple.scenekit.scnview-renderer (15): signal SIGABRT
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Everything works fine on my iPad but when my iPhoneX is in landscape mode it crashes when starting the video recording (portrait works fine).
Let me know if you need any particular debug info. I'm on Ios 15.1
com.apple.scenekit.scnview-renderer (15): signal SIGABRT
Thank you.
The text was updated successfully, but these errors were encountered: