Currently we have the handle on windows !Send + !Sync because some APIs are not thread safe to use.
However, the whole rendering API is thread-safe.
Instead of blocking this, we should encode the ThreadId in the handle and consumers have to figure out themselves if what they are doing is safe or not.