Function BlamRendering::DirectX::HasRenderThreadStopped¶
Defined in File rendering.h
Function Documentation¶
-
bool
BlamRendering::DirectX::HasRenderThreadStopped()¶ Determines whether or not the render thread has finished stopping.
This should always be checked against before beginning DirectX shutdown, otherwise resources will be disposed while still in use.
- Return
Whether or not the render thread has stopped.