Posts

Post not yet marked as solved
6 Replies
This is one of the possible bugs caused by Metal synchronization issue.https://github.com/gfx-rs/gfx/issues/1984Apart from MTLDevice, other API calls needs clarify as well. Say MTLTexture.replaceRegion. Is it thread-safe? Vulkan specification take a great deal of effort in documenting threading behaviors, which is very helpful.