QRhiMetalNativeHandles Class

Holds the Metal device used by the QRhi. More...

Header: #include <QRhiMetalNativeHandles>
qmake: QT += rhi
Inherits: QRhiNativeHandles

Public Variables

void *cmdQueue
void *dev

Detailed Description

Holds the Metal device used by the QRhi.

Note: The class uses void * as the type since including the Objective C headers is not acceptable here. The actual types are id<MTLDevice> and id<MTLCommandQueue>.

Member Type Documentation

Property Documentation

Member Function Documentation

Member Variable Documentation

Related Non-Members

Macro Documentation