QRhiD3D11TextureNativeHandles Class
Holds the D3D texture object that is backing a QRhiTexture instance. More...
| Header: | #include <QRhiD3D11TextureNativeHandles> |
| qmake: | QT += rhi |
| Inherits: | QRhiNativeHandles |
Public Variables
| void * | texture |
Detailed Description
Holds the D3D texture object that is backing a QRhiTexture instance.
Note: The class uses void * as the type since including the COM-based d3d11.h headers is not acceptable here. The actual type is ID3D11Texture2D *.