microsoft / D3D11On12

The Direct3D11-On-12 mapping layer
MIT License
274 stars 33 forks source link

Fix race in initializing DXBC converter #5

Closed jenatali closed 4 years ago

jenatali commented 4 years ago

This was causing a crash when two threads try to create the first shaders of the app at the same time.