Currently I am using
#if defined(_WIN32) __declspec(thread) type data; #endif
Its giving me an warning: warning: ‘thread’ attribute directive ignored [-Wattributes] Any idea WAR for this?
warning: ‘thread’ attribute directive ignored [-Wattributes]
@HansKristian-Work @Joshua-Ashton
Why is this vkd3d-proton's bug?
I was wondering if we need to add any flag in meson build to enable this.
Use thread_local.
thread_local
Nothing extracted yet.
Currently I am using
Its giving me an warning:
warning: ‘thread’ attribute directive ignored [-Wattributes]Any idea WAR for this?