The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ID3D11Device5 interface
The device interface represents a virtual adapter; it is used to create resources. ID3D11Device5 adds new methods to those in ID3D11Device4.
Note This interface, introduced in the Windows 10 Creators Update, is the latest version of the ID3D11Device interface. Applications targetting Windows 10 Creators Update should use this interface instead of earlier versions.
Members
The ID3D11Device5 interface inherits from ID3D11Device4. ID3D11Device5 also has these types of members:
Methods
The ID3D11Device5 interface has these methods.
| Method | Description |
|---|---|
| CreateFence |
Creates a fence object. |
| OpenSharedFence |
Opens a handle for a shared fence by using HANDLE and REFIID. |
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also
Show: