Re: [PATCH 1/6] wined3d: Keep track of a thread's wined3d context.
22 Jul
2009
22 Jul
'09
12:54 p.m.
Henri Verbeet <hverbeet(a)codeweavers.com> writes:
+BOOL context_init_current(void) +{ + return TlsSetValue(wined3d_context_tls_idx, NULL); +}
Note that this is not necessary, TLS slots are initialized to 0. -- Alexandre Julliard julliard(a)winehq.org
6077
Age (days ago)
6077
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard