wgpu-native
wgpu-native copied to clipboard
Question: How to use `present_with_transaction` on metal?
Hello, I am writing a UI application that is sensitive to resizing. The fix on macOS seems to require this. How do I use the present_with_transaction option from wgpu_native?
Thanks.
As far as I know, you can make apps that are responsive to resizing just fine with wgpu as it is. Are you running into specific problems?
That present_with_transaction seems like a low-level feature that is abstracted away by wgpu, but a wgpu-dev might shed more light on this...