Skip to content

vkd3d: Replace the descriptor object cache with a thread-local implementation.

Conor McCarthy requested to merge cmccarthy/vkd3d:thread_local_cache into master

The PE build uses FlsAlloc(), which for our purposes makes no difference vs TlsAlloc(), and allows the use of a destruction callback.

Edited by Conor McCarthy

Merge request reports

Loading