ID3D11Multithread::Enter method
Enter a device's critical section.
Syntax
void Enter();
Parameters
This method has no parameters.
Return value
This method does not return a value.
Remarks
If SetMultithreadProtected is set to true, then entering a device's critical section prevents other threads from simultaneously calling that device's methods, calling DXGI methods, and calling the methods of all resource, view, shader, state, and asynchronous interfaces.
This function should be used in multithreaded applications when there is a series of graphics commands that must happen in order. This function is typically called at the beginning of the series of graphics commands, and Leave is typically called after those graphics commands.
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
See also