MCPcopy Create free account
hub / github.com/baldurk/renderdoc / AccessWaylandPlatformInterface

Function AccessWaylandPlatformInterface

qrenderdoc/Code/QRDUtils.cpp:3519–3523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3517};
3518
3519void *AccessWaylandPlatformInterface(const QByteArray &resource, QWindow *window)
3520{
3521 QPlatformNativeInterface *native = QGuiApplication::platformNativeInterface();
3522 return native->nativeResourceForWindow(resource, window);
3523}
3524
3525// Default Qt doesn't do this in release Qt builds, which is all we use
3526#if defined(Q_OS_WIN32)

Callers 3

mainFunction · 0.85
LoadCaptureThreadedMethod · 0.85
CreateWindowingDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected