C
chris.dannemiller
What is the advised way to sync to threads one is the primary thread
that handles rendering, and a secondary thread that occasionally
updates the data the render thread uses. I have tried a few things like
the Interlocked routines but they don't work like they did in MFC.
that handles rendering, and a secondary thread that occasionally
updates the data the render thread uses. I have tried a few things like
the Interlocked routines but they don't work like they did in MFC.