felixdoerre/primus_vk

How to see PrimusVK log entries?

ellogwen opened this issue · 2 comments

I can successfully run vulkan applications with either ENABLE_PRIMUS_LAYER primusrun or pvkrun but I do not see PrimusVK log entries like other people shown. Do I need a special flag to enable the PrimusVK info/warn/error logs?

No, there are no special flags. These messages are always printed to standard out. You can try with vkcube and should see the debug messages in the console. For most games I run I can easily see all debug messages. For now I didn't implement tracing to a file as e.g. dxvk does it.

Were you able to see the log messages? As you didn't reply again, I assume that the issue is solved.