QRhiMetalTextureNativeHandles Class
Holds the Metal texture object that is backing a QRhiTexture instance. More...
Header: | #include <QRhiMetalTextureNativeHandles> |
qmake: | QT += rhi |
Inherits: | QRhiNativeHandles |
Public Variables
void * | texture |
Detailed Description
Holds the Metal texture object that is backing a QRhiTexture instance.
Note: The class uses void *
as the type since including the Objective C headers is not acceptable here. The actual type is id<MTLTexture>
.