Jump to content

Enabling VK_LAYER_LUNARG_api_dump


Josh
 Share

Recommended Posts

This feature will print all API commands to the console. To configure this setting, add the string "VK_LAYER_LUNARG_api_dump" in your Config/settings.json file in the vkValidationLayers list (probably under debug).

The printed output will not appear in the output area in Visual Studio. You need to enable the console in the Configuration Properties > Linker > System > Subsystem. Set this to CONSOLE.

It should work after that. I don't think you need to add any environment variables or anything like that:
https://vulkan.lunarg.com/doc/view/1.2.131.1/windows/api_dump_layer.html

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...