ID3D11DeviceContext4 interface
The device context interface represents a device context; it is used to render commands. ID3D11DeviceContext4 adds new methods to those in ID3D11DeviceContext3.
Members
The ID3D11DeviceContext4 interface inherits from ID3D11DeviceContext3. ID3D11DeviceContext4 also has these types of members:
Methods
The ID3D11DeviceContext4 interface has these methods.
| Method | Description |
|---|---|
| Signal |
Updates a fence to a specified value after all previous work has completed. |
| Wait |
Waits until the specified fence reaches or exceeds the specified value before future work can begin. |
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also