QRhiMetalNativeHandles Class
Holds the Metal device used by the QRhi. More...
Header: | #include <QRhiMetalNativeHandles> |
qmake: | QT += rhi |
Inherits: | QRhiNativeHandles |
Public Variables
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>
.